mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 01:28:55 +08:00
Fixed simple sidebar infill label font. CURA-1824
This commit is contained in:
parent
aed033674f
commit
79f640e344
@ -125,6 +125,7 @@ Item
|
||||
}
|
||||
Label{
|
||||
id: infillLabel
|
||||
font: UM.Theme.getFont("default")
|
||||
anchors.top: infillIconLining.bottom
|
||||
anchors.horizontalCenter: infillIconLining.horizontalCenter
|
||||
color: infillListView.activeIndex == index ? UM.Theme.getColor("setting_control_text") : UM.Theme.getColor("setting_control_border")
|
||||
|
Loading…
x
Reference in New Issue
Block a user