mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Add missing background color to WorkspaceSummaryDialog.qml
CURA-9402
This commit is contained in:
parent
4d98ba3540
commit
5d5c83ec11
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ UM.Dialog
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
|
|
||||||
|
backgroundColor: UM.Theme.getColor("main_background")
|
||||||
|
|
||||||
property bool dontShowAgain: true
|
property bool dontShowAgain: true
|
||||||
|
|
||||||
function storeDontShowAgain()
|
function storeDontShowAgain()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue