mirror of https://github.com/qt/qtdatavis3d.git
Fix invisible text on macOS in qmlsurfacelayers example
Pick-to: 6.1 Task-number: QTBUG-94331 Change-Id: Ie75f8abe7860d1f26fba51ed62491e73554a29bd Reviewed-by: Sami Varanka <sami.varanka@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
This commit is contained in:
parent
b05f048801
commit
e0713ad6f8
|
|
@ -300,6 +300,7 @@ Item {
|
|||
font.pointSize: fontSize
|
||||
Layout.fillWidth: true
|
||||
Layout.minimumHeight: 40
|
||||
color: "gray"
|
||||
enabled: false
|
||||
horizontalAlignment: TextInput.AlignHCenter
|
||||
text: "Indirect, " + surfaceLayers.msaaSamples + "xMSAA"
|
||||
|
|
|
|||
Loading…
Reference in New Issue