mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:09:00 +08:00
Use screenScaleFactor for WelcomeDialog size
This commit is contained in:
parent
a6d05aa3bb
commit
f6d212dc88
@ -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…
x
Reference in New Issue
Block a user