From: Mikko Rasa Date: Sun, 18 Oct 2015 11:19:47 +0000 (+0300) Subject: Use the correct value for margin X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=commitdiff_plain;h=7904bea455b069d554cffac127b2e752c2f6f0f5 Use the correct value for margin --- diff --git a/remote/qml/components/ChannelItem.qml b/remote/qml/components/ChannelItem.qml index 714e707..6972dbd 100644 --- a/remote/qml/components/ChannelItem.qml +++ b/remote/qml/components/ChannelItem.qml @@ -9,7 +9,7 @@ Label { left: parent.left right: parent.right - margins: Theme.paddingLarge + margins: Theme.horizontalPageMargin } property int channelIndex: 0