aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Settings.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-06 08:15:08 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-06 21:45:00 -0800
commitf532aae2e985bf55026b3d0e60ed1854e9e621b1 (patch)
tree96247ab3e39d5d40fb6aa4abc55defef456ef8fb /mobile-widgets/qml/Settings.qml
parent45c331042be09d3f1a88477d6ad13902054d7a98 (diff)
downloadsubsurface-f532aae2e985bf55026b3d0e60ed1854e9e621b1.tar.gz
mobile/settings: remove confusing frame around column titles
These are not color swatches like the rest, these are the column titles, so don't draw them the same way as the color swatches. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/Settings.qml')
-rw-r--r--mobile-widgets/qml/Settings.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml
index ef641e51f..294957c01 100644
--- a/mobile-widgets/qml/Settings.qml
+++ b/mobile-widgets/qml/Settings.qml
@@ -159,8 +159,6 @@ TemplatePage {
}
Rectangle {
- border.width: 2
- border.color: "black"
color: subsurfaceTheme.backgroundColor
width: rootItem.width / 2 - 20
@@ -174,8 +172,6 @@ TemplatePage {
}
}
Rectangle {
- border.width: 2
- border.color: "black"
color: "white"
width: rootItem.width / 2 - 60
height: subsurfaceTheme.regularPointSize + 10