Add context link to references.

This commit is contained in:
Adam Treat
2023-05-25 10:40:10 -04:00
committed by AT
parent db9eecdce4
commit 9b0629db8b
4 changed files with 49 additions and 8 deletions

View File

@@ -27,8 +27,12 @@ Dialog {
Text {
id: textField
anchors.verticalCenter: busyIndicator.verticalCenter
horizontalAlignment: Text.AlignJustify
width: Math.min(1024, implicitWidth)
height: Math.min(600, implicitHeight)
anchors.verticalCenter: shouldShowBusy ? busyIndicator.verticalCenter : parent.verticalCenter
horizontalAlignment: Text.AlignLeft
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
color: theme.textColor
Accessible.role: Accessible.HelpBalloon
Accessible.name: text