mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
CURA-4609 Fix qml rectangle background in feedrate color scheme.
This commit is contained in:
parent
c7667b56e2
commit
1ea9379913
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ Item
|
||||||
}
|
}
|
||||||
|
|
||||||
// Text for the minimum, maximum and units for the feedrates and layer thickness
|
// Text for the minimum, maximum and units for the feedrates and layer thickness
|
||||||
Rectangle {
|
Item {
|
||||||
id: gradientLegend
|
id: gradientLegend
|
||||||
visible: view_settings.show_gradient
|
visible: view_settings.show_gradient
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue