From b3994ffd3fc54d3ab628394e7265b21508ac9863 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 6 Feb 2020 08:29:37 -0800 Subject: mobile/settings: white space cleanup Some odd empty lines and an unnecessary line break. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Settings.qml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index c5a71f5cd..d6522bcdc 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -153,14 +153,12 @@ TemplatePage { ListElement {text: qsTr("Dark")} } onActivated: { - subsurfaceTheme.currentTheme = currentIndex === 0 ? "Blue" : - currentIndex === 1 ? "Pink" : "Dark" + subsurfaceTheme.currentTheme = currentIndex === 0 ? "Blue" : currentIndex === 1 ? "Pink" : "Dark" } } Rectangle { color: subsurfaceTheme.backgroundColor - width: rootItem.width / 2 - 20 height: subsurfaceTheme.regularPointSize + 10 @@ -190,7 +188,6 @@ TemplatePage { border.width: 2 border.color: "black" color: subsurfaceTheme.primaryColor - width: rootItem.width / 2 - 20 height: subsurfaceTheme.regularPointSize + 10 @@ -304,7 +301,6 @@ TemplatePage { border.width: 2 border.color: "black" color: subsurfaceTheme.drawerColor - width: rootItem.width / 2 - 20 height: subsurfaceTheme.regularPointSize + 10 -- cgit v1.2.3-70-g09d2