Main.qml: Make the no description text italic
This commit is contained in:
parent
5cfab64b07
commit
ad10a116ac
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ Kirigami.ApplicationWindow {
|
|||
Layout.fillWidth: true
|
||||
wrapMode: Text.WordWrap
|
||||
text: description ? description : "No description available"
|
||||
font.italic: description ? false : true
|
||||
}
|
||||
}
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue