mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat: render label descriptions as styled text
This commit is contained in:
@@ -29,5 +29,7 @@ ColumnLayout {
|
||||
wrapMode: Text.WordWrap
|
||||
visible: description !== ""
|
||||
Layout.fillWidth: true
|
||||
// allow HTML like <i>...</i> in labels/descriptions
|
||||
textFormat: Text.StyledText
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user