WIP: Put all MachineSettings stuff together

This commit is contained in:
Lipu Fei 2019-03-18 15:56:13 +01:00
parent 42a304c049
commit 8242a3801c
4 changed files with 74 additions and 282 deletions

View file

@ -27,7 +27,7 @@ Item
property var labelFont: UM.Theme.getFont("medium")
property int columnWidth: (parent.width - 2 * UM.Theme.getSize("default_margin").width) / 2
property int columnSpacing: 10
property int columnSpacing: 3
property int propertyStoreIndex: 5 // definition_changes
Item