mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Add background color for rename dialogs
CURA-9465
This commit is contained in:
parent
6536b37525
commit
32121c7adc
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ UM.Dialog
|
||||||
property string explanation: catalog.i18nc("@info", "Please provide a new name.")
|
property string explanation: catalog.i18nc("@info", "Please provide a new name.")
|
||||||
|
|
||||||
title: dialogTitle
|
title: dialogTitle
|
||||||
|
backgroundColor: UM.Theme.getColor("main_background")
|
||||||
minimumWidth: UM.Theme.getSize("small_popup_dialog").width
|
minimumWidth: UM.Theme.getSize("small_popup_dialog").width
|
||||||
minimumHeight: UM.Theme.getSize("small_popup_dialog").height
|
minimumHeight: UM.Theme.getSize("small_popup_dialog").height
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue