mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Use screenScaleFactor for WelcomeDialog size
This commit is contained in:
parent
a6d05aa3bb
commit
f6d212dc88
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ Window
|
|||
modality: Qt.ApplicationModal
|
||||
flags: Qt.Window | Qt.FramelessWindowHint
|
||||
|
||||
width: 580 // TODO
|
||||
height: 600 // TODO
|
||||
width: 580 * screenScaleFactor
|
||||
height: 600 * screenScaleFactor
|
||||
color: "transparent"
|
||||
|
||||
property int shadowOffset: 1 * screenScaleFactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue