mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Merge pull request #10338 from Ultimaker/CURA-8496_Fix_arrow_overlapping_with_material_name
CURA-8496: Account for the width of the arrow in the Extruders row
This commit is contained in:
commit
e5a2c612f9
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ Cura.ExpandablePopup
|
|||
// Horizontal list that shows the extruders and their materials
|
||||
RowLayout
|
||||
{
|
||||
anchors.fill: parent
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
width: parent.width - UM.Theme.getSize("standard_arrow").width
|
||||
visible: Cura.MachineManager.activeMachine ? Cura.MachineManager.activeMachine.hasMaterials : false
|
||||
Repeater
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue