mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
Divelist has its own color
don't reassign DiveList color upon declaration it's just redundant and error prone Signed-off-by: Marco Martin <notmart@gmail.com>
This commit is contained in:
parent
b96f202f14
commit
13f78743c6
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ MobileComponents.ApplicationWindow {
|
|||
initialPage: DiveList {
|
||||
anchors.fill: detailsPage
|
||||
id: diveDetails
|
||||
color: MobileComponents.Theme.backgroundColor
|
||||
}
|
||||
|
||||
QMLManager {
|
||||
|
|
Loading…
Reference in a new issue