From 7904bea455b069d554cffac127b2e752c2f6f0f5 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 18 Oct 2015 14:19:47 +0300 Subject: [PATCH] Use the correct value for margin --- remote/qml/components/ChannelItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0