From 2133e578a0ccd7fa6218aee4d98906ed373f27dc Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Sun, 4 Dec 2011 11:34:26 +0100 Subject: [PATCH] Missing conversions. --- .../resources/harmattan/qml/StationListPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/resources/harmattan/qml/StationListPage.qml b/application/resources/harmattan/qml/StationListPage.qml index d585915..21d345a 100644 --- a/application/resources/harmattan/qml/StationListPage.qml +++ b/application/resources/harmattan/qml/StationListPage.qml @@ -133,7 +133,7 @@ Page { anchors.fill: parent Item { height: 40 - anchors.leftMargin: UiConstants.DefaultMargins + anchors.leftMargin: UiConstants.DefaultMargin anchors.left: parent.left anchors.right: parent.right Label { @@ -150,7 +150,7 @@ Page { } Item { height: 40 - anchors.leftMargin: UiConstants.DefaultMargins + anchors.leftMargin: UiConstants.DefaultMargin anchors.left: parent.left anchors.right: parent.right Label { -- 1.7.9.5