resize the rename-dialog

This commit is contained in:
Mark 2017-05-24 09:57:07 +02:00
parent f0c130c593
commit df3425e9e6

View File

@ -257,6 +257,8 @@ UM.ManagementPage
UM.RenameDialog
{
id: renameDialog;
width: 300
height: 150
object: base.currentItem && base.currentItem.name ? base.currentItem.name : "";
property var machine_name_validator: Cura.MachineNameValidator { }
validName: renameDialog.newName.match(renameDialog.machine_name_validator.machineNameRegex) != null;