mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +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
|
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
|
text: modelData.value
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
color: control.contentItem.color
|
color: control.contentItem.color
|
||||||
|
Loading…
x
Reference in New Issue
Block a user