Fix Hi DPI issues with Workspace and Profile Changes dialogs

This commit is contained in:
fieldOfView 2017-04-02 12:38:41 +02:00
parent c5bf107be6
commit d536bbd6b9
3 changed files with 14 additions and 14 deletions

View file

@ -13,13 +13,13 @@ UM.Dialog
{
title: catalog.i18nc("@title:window", "Save Project")
width: 550
minimumWidth: 550
width: 550 * Screen.devicePixelRatio
minimumWidth: 550 * Screen.devicePixelRatio
height: 350
minimumHeight: 350
height: 350 * Screen.devicePixelRatio
minimumHeight: 350 * Screen.devicePixelRatio
property int spacerHeight: 10
property int spacerHeight: 10 * Screen.devicePixelRatio
property bool dontShowAgain: true