Add screenScaleFactor to About window

This commit is contained in:
fieldOfView 2017-09-26 12:24:59 +02:00
parent 565ed4933b
commit 1479322fbe

View file

@ -14,8 +14,8 @@ UM.Dialog
//: About dialog title
title: catalog.i18nc("@title:window","About Cura")
minimumWidth: 500
minimumHeight: 650
minimumWidth: 500 * screenScaleFactor
minimumHeight: 650 * screenScaleFactor
width: minimumWidth
height: minimumHeight