mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix invisible texts in setting dropdown menu on Linux
This commit is contained in:
parent
9856ccf700
commit
e3a193d6a6
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue