mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "Mobile QML UI: fix more background colors (gpslist)"
This worked correctly while compiled against Qt 5.10.0, but after
installing Qt 5.10.1 the behavior was just wrong. And as there
seems no way to color the background of a Kirigami SwipeListItem,
just revert this, and accept the (slightly) inconsistent coloring
of the page (for now).
This reverts commit 6700715b5d
.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
7e0e87cf78
commit
564e134bba
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@ Kirigami.ScrollablePage {
|
|||
id: gpsFix
|
||||
enabled: true
|
||||
width: parent.width
|
||||
background: Rectangle {
|
||||
color: subsurfaceTheme.backgroundColor
|
||||
border.width: 1
|
||||
}
|
||||
GridLayout {
|
||||
columns: 4
|
||||
id: timeAndName
|
||||
|
|
Loading…
Add table
Reference in a new issue