mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
parent
96482398f5
commit
68ad38de28
2 changed files with 6 additions and 3 deletions
|
@ -22,8 +22,8 @@ Window
|
|||
flags: Qt.Dialog
|
||||
modality: Qt.ApplicationModal
|
||||
|
||||
minimumWidth: 580 * screenScaleFactor
|
||||
minimumHeight: 600 * screenScaleFactor
|
||||
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
|
||||
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
||||
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue