diff options
Diffstat (limited to 'examples/quick/controls')
| -rw-r--r-- | examples/quick/controls/text/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/controls/text/qml/main.qml b/examples/quick/controls/text/qml/main.qml index d8f175ed1..0d7ede255 100644 --- a/examples/quick/controls/text/qml/main.qml +++ b/examples/quick/controls/text/qml/main.qml @@ -317,6 +317,7 @@ ApplicationWindow { width: parent.width anchors.top: secondaryToolBar.bottom anchors.bottom: parent.bottom + baseUrl: "qrc:/" text: document.text textFormat: Qt.RichText Component.onCompleted: forceActiveFocus() |
