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>
This commit is contained in:
Dirk Hohndel 2020-02-06 08:15:08 -08:00
parent 45c331042b
commit f532aae2e9

View file

@ -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