Settings: using NLabel everywhere
This commit is contained in:
parent
f67a0b8420
commit
7d2534644d
10 changed files with 40 additions and 100 deletions
|
|
@ -14,6 +14,7 @@ ColumnLayout {
|
|||
font.pointSize: Style.fontSizeM * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
color: Color.mOnSurface
|
||||
visible: label !== ""
|
||||
}
|
||||
|
||||
NText {
|
||||
|
|
@ -21,5 +22,7 @@ ColumnLayout {
|
|||
font.pointSize: Style.fontSizeS * scaling
|
||||
color: Color.mOnSurfaceVariant
|
||||
wrapMode: Text.WordWrap
|
||||
visible: description !== ""
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue