summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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