|
|
|
@ -39,7 +39,7 @@ TextHighlightPane { |
|
|
|
Image { |
|
|
|
Image { |
|
|
|
Layout.preferredWidth: constants.iconSizeMedium |
|
|
|
Layout.preferredWidth: constants.iconSizeMedium |
|
|
|
Layout.preferredHeight: constants.iconSizeMedium |
|
|
|
Layout.preferredHeight: constants.iconSizeMedium |
|
|
|
visible: iconStyle != InfoTextArea.IconStyle.Spinner |
|
|
|
visible: iconStyle != InfoTextArea.IconStyle.Spinner && iconStyle != InfoTextArea.IconStyle.None |
|
|
|
source: iconStyle == InfoTextArea.IconStyle.Info |
|
|
|
source: iconStyle == InfoTextArea.IconStyle.Info |
|
|
|
? "../../../icons/info.png" |
|
|
|
? "../../../icons/info.png" |
|
|
|
: iconStyle == InfoTextArea.IconStyle.Warn |
|
|
|
: iconStyle == InfoTextArea.IconStyle.Warn |
|
|
|
|