diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-02-06 08:15:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-06 21:45:00 -0800 |
commit | f532aae2e985bf55026b3d0e60ed1854e9e621b1 (patch) | |
tree | 96247ab3e39d5d40fb6aa4abc55defef456ef8fb /mobile-widgets/qml/Settings.qml | |
parent | 45c331042be09d3f1a88477d6ad13902054d7a98 (diff) | |
download | subsurface-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.qml | 4 |
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 |