mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
modality: Qt.ApplicationModal
|
||||||
flags: Qt.Window | Qt.FramelessWindowHint
|
flags: Qt.Window | Qt.FramelessWindowHint
|
||||||
|
|
||||||
width: 580 // TODO
|
width: 580 * screenScaleFactor
|
||||||
height: 600 // TODO
|
height: 600 * screenScaleFactor
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
property int shadowOffset: 1 * screenScaleFactor
|
property int shadowOffset: 1 * screenScaleFactor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue