mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
Rich text for info popup description (needed for displaying links)
This commit is contained in:
parent
7feb4177da
commit
5781e1c1c9
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ Popup {
|
|||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: Utils.getSizeWithScreenRatio(300)
|
||||
text: mainItem.description
|
||||
textFormat: Text.RichText
|
||||
wrapMode: Text.WordWrap
|
||||
color: DefaultStyle.main2_500_main
|
||||
onLinkActivated: Qt.openUrlExternally(link)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue