mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
Merge branch 'CURA-5785-Restyle_stage_menu' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
This commit is contained in:
commit
d661a8e626
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user