Cleanup the Theme.json

There were a lot of sizes that weren't used
This commit is contained in:
Jaime van Kessel 2018-11-26 17:10:48 +01:00
parent d1a5d548a9
commit a825daea95
4 changed files with 0 additions and 273 deletions

View file

@ -298,7 +298,6 @@ UM.Dialog
id: machineName
text: getMachineName()
width: Math.floor(parent.width * 0.75)
implicitWidth: UM.Theme.getSize("standard_list_input").width
maximumLength: 40
//validator: Cura.MachineNameValidator { } //TODO: Gives a segfault in PyQt5.6. For now, we must use a signal on text changed.
validator: RegExpValidator