Merge pull request #1910 from Ultimaker/fix_dialog_sizes

Fix dialog sizes.
Tested on different OSes and screens, all looked good.
This commit is contained in:
Mark 2017-06-08 11:08:56 +02:00
parent d44caa281b
commit 8ab5c7e4cd
7 changed files with 30 additions and 31 deletions

View file

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