Reduce the width of the license window

CURA-4222
This commit is contained in:
Lipu Fei 2017-09-01 10:18:25 +02:00
parent 062957c249
commit ceccca8244
2 changed files with 3 additions and 2 deletions

View file

@ -198,8 +198,8 @@ UM.Dialog
id: licenseDialog
title: catalog.i18nc("@title:window", "Plugin License Agreement")
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
minimumWidth: UM.Theme.getSize("license_window_minimum").width
minimumHeight: UM.Theme.getSize("license_window_minimum").height
width: minimumWidth
height: minimumHeight