]> git.tdb.fi Git - xinema.git/commitdiff
Use the correct value for margin
authorMikko Rasa <tdb@tdb.fi>
Sun, 18 Oct 2015 11:19:47 +0000 (14:19 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 18 Oct 2015 11:19:47 +0000 (14:19 +0300)
remote/qml/components/ChannelItem.qml

index 714e7079502818002591b9d3d04a32cd70766448..6972dbd371dcb08e1bfea983eead7b6dae340923 100644 (file)
@@ -9,7 +9,7 @@ Label
        {
                left: parent.left
                right: parent.right
-               margins: Theme.paddingLarge
+               margins: Theme.horizontalPageMargin
        }
 
        property int channelIndex: 0