mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix extruder number not being visible in dark theme
This commit is contained in:
parent
6a3ac99551
commit
c3aca8907c
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ Item
|
|||
anchors.centerIn: parent
|
||||
text: index + 1
|
||||
font: UM.Theme.getFont("very_small")
|
||||
color: UM.Theme.getColor("text")
|
||||
width: contentWidth
|
||||
height: contentHeight
|
||||
visible: extruderEnabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue