mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Merge branch 'fix_screen_scale_factor' of https://github.com/fieldOfView/Cura into 3.0
This commit is contained in:
commit
2dee054003
23 changed files with 111 additions and 112 deletions
|
|
@ -298,8 +298,8 @@ Cura.MachineAction
|
|||
|
||||
title: catalog.i18nc("@title:window", "Printer Address")
|
||||
|
||||
minimumWidth: 400 * Screen.devicePixelRatio
|
||||
minimumHeight: 120 * Screen.devicePixelRatio
|
||||
minimumWidth: 400 * screenScaleFactor
|
||||
minimumHeight: 120 * screenScaleFactor
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue