Set Text items format to plain text by default #LINQT-2421

This commit is contained in:
gaelle 2026-02-10 16:02:45 +01:00 committed by Gaelle Braud
parent 5b4828aa56
commit 21eee176d7
2 changed files with 2 additions and 0 deletions

View file

@ -104,6 +104,7 @@ FocusScope {
? UtilsCpp.getUsername(mainItem.addressFromFilter)
: mainItem.addressFromFilter
text: UtilsCpp.boldTextPart(address, mainItem.highlightText)
textFormat: Text.AutoText
maximumLineCount: 1
elide: Text.ElideRight
font {

View file

@ -13,6 +13,7 @@ Quick.Text {
weight: Typography.p1.weight
}
color: DefaultStyle.main2_600
textFormat: Text.PlainText
wrapMode: Quick.Text.Wrap
elide: Quick.Text.ElideRight
transformOrigin: Quick.Item.TopLeft