Merge branch 'master' into fix_layer_number_width

This commit is contained in:
Diego Prado Gesto 2018-08-31 10:56:23 +02:00
commit a8cb1e25b4
294 changed files with 5983 additions and 2588 deletions

View file

@ -25,10 +25,6 @@ UM.PointingRectangle {
width: valueLabel.width + UM.Theme.getSize("default_margin").width
visible: false
// make sure the text field is focussed when pressing the parent handle
// needed to connect the key bindings when switching active handle
onVisibleChanged: if (visible) valueLabel.forceActiveFocus()
color: UM.Theme.getColor("tool_panel_background")
borderColor: UM.Theme.getColor("lining")
borderWidth: UM.Theme.getSize("default_lining").width