resize the rename-dialog

This commit is contained in:
Mark 2017-05-24 09:57:07 +02:00
parent 16b9bd0b14
commit 8006c0f3b3

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;