Keep selector labels readable
This commit is contained in:
@@ -393,7 +393,9 @@ ShellRoot {
|
|||||||
anchors.horizontalCenter: carousel.horizontalCenter
|
anchors.horizontalCenter: carousel.horizontalCenter
|
||||||
width: root.expandedWidth
|
width: root.expandedWidth
|
||||||
text: root.currentLabel()
|
text: root.currentLabel()
|
||||||
color: root.foreground
|
color: "#ffffff"
|
||||||
|
style: Text.Outline
|
||||||
|
styleColor: Qt.rgba(0, 0, 0, 0.7)
|
||||||
font.pixelSize: 24
|
font.pixelSize: 24
|
||||||
font.weight: Font.DemiBold
|
font.weight: Font.DemiBold
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
|||||||
Reference in New Issue
Block a user