We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72f3f commit b2d4c14Copy full SHA for b2d4c14
src/prompter/Prompter.qml
@@ -858,6 +858,14 @@ Flickable {
858
font.family: iconFont.name
859
flat: true
860
opacity: parseInt(prompter.state) !== Prompter.States.Prompting || prompter.__atEnd
861
+ contentItem: Text {
862
+ text: parent.text
863
+ font: parent.font
864
+ color: "white"
865
+ renderType: Text.NativeRendering
866
+ horizontalAlignment: Text.AlignHCenter
867
+ verticalAlignment: Text.AlignVCenter
868
+ }
869
Behavior on opacity {
870
enabled: true
871
animation: OpacityAnimator {
0 commit comments