Merge branch 'fix_screen_scale_factor' of https://github.com/fieldOfView/Cura into 3.0

This commit is contained in:
Jaime van Kessel 2017-09-27 12:57:42 +02:00
commit 2dee054003
23 changed files with 111 additions and 112 deletions

View file

@ -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