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