Merge branch 'CURA-5785-Restyle_stage_menu' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu

This commit is contained in:
Jaime van Kessel 2018-11-16 15:23:38 +01:00
commit d661a8e626

View File

@ -134,7 +134,7 @@ Cura.ExpandableComponent
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
property var model: extrudersModel.items[tabBar.currentIndex] property var model: extrudersModel.items[tabBar.currentIndex]
property real textWidth: Math.round(width * 0.3) property real textWidth: Math.round(width * 0.3)
property real controlWidth: Math.round(width * 0.7) property real controlWidth: width - textWidth
Column Column
{ {
spacing: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height
@ -236,4 +236,4 @@ Cura.ExpandableComponent
} }
} }
} }