mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: download icon in main menu
We need a white path drawn on the dark action button, but a black path drawn for the main menu. (looks like a white space change snuck in here) Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f7f31c55cb
commit
2dd8a2ad7b
3 changed files with 23 additions and 4 deletions
|
@ -141,7 +141,8 @@ Kirigami.ApplicationWindow {
|
|||
}
|
||||
}
|
||||
Kirigami.Action {
|
||||
iconName: "icons/downloadDC.svg"
|
||||
// this of course assumes a white background - theming means this needs to change again
|
||||
iconName: "icons/downloadDC-black.svg"
|
||||
text: qsTr("Download from DC")
|
||||
enabled: true
|
||||
onTriggered: {
|
||||
|
@ -247,9 +248,9 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
Kirigami.Action {
|
||||
iconName: "icons/ic_settings.svg"
|
||||
text: qsTr("Settings")
|
||||
onTriggered: {
|
||||
stackView.push(settingsWindow)
|
||||
detailsWindow.endEditMode()
|
||||
onTriggered: {
|
||||
stackView.push(settingsWindow)
|
||||
detailsWindow.endEditMode()
|
||||
}
|
||||
},
|
||||
Kirigami.Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue