CURA-4525 update size and margins of objects list

This commit is contained in:
Jack Ha 2018-01-03 12:52:32 +01:00
parent c8243a0ddd
commit cb1484ee63
2 changed files with 1 additions and 5 deletions

View File

@ -383,10 +383,6 @@ UM.MainWindow
{
bottom: parent.bottom;
left: parent.left;
leftMargin: UM.Theme.getSize("default_margin").width;
rightMargin: UM.Theme.getSize("default_margin").width;
topMargin: UM.Theme.getSize("default_margin").height;
bottomMargin: UM.Theme.getSize("default_margin").height;
}
}

View File

@ -394,7 +394,7 @@
"jobspecs_line": [2.0, 2.0],
"objects_menu_size": [20, 40],
"objects_menu_size_collapsed": [15, 17],
"objects_menu_size_collapsed": [20, 17],
"build_plate_selection_size": [15, 5],
"objects_menu_button": [0.3, 2.7]
}