From kde-commits Sat Jun 30 20:45:54 2012 From: =?utf-8?q?Lu=C3=ADs_Gabriel_Lima?= Date: Sat, 30 Jun 2012 20:45:54 +0000 To: kde-commits Subject: [kdeplasma-addons/plasma/luisgabriellima/weatherstation-qml] applets/weatherstation/package/contents Message-Id: <20120630204554.7EF3DA60A6 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134108938124851 Git commit 0ff0bd5696c2f2dc75988cf1d79bd5c7446f5b1b by Lu=C3=ADs Gabriel Li= ma. Committed on 17/06/2012 at 20:37. Pushed by luisgabriellima into branch 'plasma/luisgabriellima/weatherstatio= n-qml'. Small fixes Signed-off-by: Lu=C3=ADs Gabriel Lima M +2 -2 applets/weatherstation/package/contents/ui/main.qml http://commits.kde.org/kdeplasma-addons/0ff0bd5696c2f2dc75988cf1d79bd5c7446= f5b1b diff --git a/applets/weatherstation/package/contents/ui/main.qml b/applets/= weatherstation/package/contents/ui/main.qml index da1b287..868ac3b 100644 --- a/applets/weatherstation/package/contents/ui/main.qml +++ b/applets/weatherstation/package/contents/ui/main.qml @@ -71,6 +71,7 @@ Item { anchors.fill: parent svg: lcdSvg elementId: "lcd_background" + visible: backend.useBackground } = PlasmaCore.SvgItem { @@ -78,7 +79,6 @@ Item { anchors.fill: parent svg: lcdSvg elementId: "background" - visible: backend.useBackground } = Text { @@ -102,7 +102,7 @@ Item { id: condition anchors { top: parent.top - topMargin: 30 * resizeOpts.heightRate + topMargin: 26 * resizeOpts.heightRate horizontalCenter: parent.horizontalCenter } height: naturalSize.height * resizeOpts.heightRate