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

@ -112,8 +112,8 @@ UM.ManagementPage
{
id: actionDialog
property var content
minimumWidth: 350 * Screen.devicePixelRatio;
minimumHeight: 350 * Screen.devicePixelRatio;
minimumWidth: 350
minimumHeight: 350
onContentChanged:
{
contents = content;