Fix invisible texts in setting dropdown menu on Linux

This commit is contained in:
Lipu Fei 2018-07-16 09:59:43 +02:00
parent 9856ccf700
commit e3a193d6a6

View file

@ -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