mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-24 06:39:38 +08:00
Don't show labels if controls themselves are not shown
The height of the popup is luckily automatically adjusted now. Contributes to issue CURA-5876.
This commit is contained in:
parent
41a5f05391
commit
26c7558a53
@ -136,6 +136,7 @@ Item
|
||||
color: UM.Theme.getColor("text")
|
||||
height: parent.height
|
||||
width: selectors.textWidth
|
||||
visible: materialSelection.visible
|
||||
}
|
||||
|
||||
OldControls.ToolButton
|
||||
@ -178,6 +179,7 @@ Item
|
||||
color: UM.Theme.getColor("text")
|
||||
height: parent.height
|
||||
width: selectors.textWidth
|
||||
visible: variantSelection.visible
|
||||
}
|
||||
|
||||
OldControls.ToolButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user