mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/settings: white space cleanup
Some odd empty lines and an unnecessary line break. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2a0ba04d33
commit
b3994ffd3f
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue