mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
QML UI: Proper button color
Make the "map it" button follow the theme color. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
b1f4a2975f
commit
12ac75c7dd
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ Item {
|
|||
id: gpsButton
|
||||
height: Math.round(1.5 * Kirigami.Units.gridUnit)
|
||||
width: dive.gps == "" ? 0 : buttonText.width + Kirigami.Units.gridUnit
|
||||
color: subsurfaceTheme.darkPrimaryColor
|
||||
color: subsurfaceTheme.darkerPrimaryColor
|
||||
antialiasing: true
|
||||
radius: Kirigami.Units.smallSpacing * 2
|
||||
anchors {
|
||||
|
@ -70,7 +70,7 @@ Item {
|
|||
Kirigami.Label {
|
||||
id: buttonText
|
||||
text: qsTr("Map it")
|
||||
color: subsurfaceTheme.darkPrimaryTextColor
|
||||
color: subsurfaceTheme.darkerPrimaryTextColor
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
verticalCenter: parent.verticalCenter
|
||||
|
|
Loading…
Reference in a new issue