mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 15:28:56 -07:00
Change header color in about window
This makes it work for both light & dark theme
This commit is contained in:
parent
e39e09a692
commit
c1b53f0a90
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ UM.Dialog
|
||||||
anchors.topMargin: - margin
|
anchors.topMargin: - margin
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
color: UM.Theme.getColor("viewport_background")
|
color: UM.Theme.getColor("main_window_header_background")
|
||||||
}
|
}
|
||||||
|
|
||||||
Image
|
Image
|
||||||
|
|
@ -52,7 +52,7 @@ UM.Dialog
|
||||||
|
|
||||||
text: catalog.i18nc("@label","version: %1").arg(UM.Application.version)
|
text: catalog.i18nc("@label","version: %1").arg(UM.Application.version)
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("button_text")
|
||||||
anchors.right : logo.right
|
anchors.right : logo.right
|
||||||
anchors.top: logo.bottom
|
anchors.top: logo.bottom
|
||||||
anchors.topMargin: (UM.Theme.getSize("default_margin").height / 2) | 0
|
anchors.topMargin: (UM.Theme.getSize("default_margin").height / 2) | 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue