mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue