fixed too big dialogs and hidden checkboxes

This commit is contained in:
Mark 2017-05-22 11:21:30 +02:00
parent 3c14545e08
commit ba6da4a57b
6 changed files with 23 additions and 30 deletions

View file

@ -17,8 +17,8 @@ UM.Dialog
id: base
title: catalog.i18nc("@title:window", "Open file(s)")
width: 420 * Screen.devicePixelRatio
height: 170 * Screen.devicePixelRatio
width: 420
height: 170
maximumHeight: height
maximumWidth: width
@ -52,12 +52,12 @@ UM.Dialog
Column
{
anchors.fill: parent
anchors.leftMargin: 20 * Screen.devicePixelRatio
anchors.rightMargin: 20 * Screen.devicePixelRatio
anchors.bottomMargin: 20 * Screen.devicePixelRatio
anchors.leftMargin: 20
anchors.rightMargin: 20
anchors.bottomMargin: 20
anchors.left: parent.left
anchors.right: parent.right
spacing: 10 * Screen.devicePixelRatio
spacing: 10
Text
{