Fix margin between tools and extruders

This commit is contained in:
fieldOfView 2017-09-27 11:46:42 +02:00
parent 3d08ec6bac
commit 0308d3d9d0

View file

@ -67,7 +67,7 @@ Item
}
}
Item { height: UM.Theme.getSize("default_margin").height; width: UM.Theme.getSize("default_lining"); visible: extruders.count > 0 }
Item { height: UM.Theme.getSize("default_margin").height; width: UM.Theme.getSize("default_lining").width; visible: extruders.count > 0 }
Repeater
{