mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08: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
@ -40,7 +40,10 @@ Cura.ExpandablePopup
|
|||||||
// Horizontal list that shows the extruders and their materials
|
// Horizontal list that shows the extruders and their materials
|
||||||
RowLayout
|
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
|
visible: Cura.MachineManager.activeMachine ? Cura.MachineManager.activeMachine.hasMaterials : false
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user