From f532aae2e985bf55026b3d0e60ed1854e9e621b1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 6 Feb 2020 08:15:08 -0800 Subject: 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 --- mobile-widgets/qml/Settings.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mobile-widgets') 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 -- cgit v1.2.3-70-g09d2