mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge remote-tracking branch 'origin/WIP_onboarding' into WIP_onboarding_machine_action
This commit is contained in:
commit
839d8c2227
2 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,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