mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:39:02 +08:00
Fix invisible texts in setting dropdown menu on Linux
This commit is contained in:
parent
9856ccf700
commit
e3a193d6a6
@ -116,6 +116,10 @@ SettingItem
|
||||
|
||||
contentItem: Label
|
||||
{
|
||||
// FIXME: Somehow the top/bottom anchoring is not correct on Linux and it results in invisible texts.
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
text: modelData.value
|
||||
renderType: Text.NativeRendering
|
||||
color: control.contentItem.color
|
||||
|
Loading…
x
Reference in New Issue
Block a user