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:
parent
45c331042b
commit
f532aae2e9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user