NLabel: always full width even when there is no description

This commit is contained in:
LemmyCook 2025-09-07 23:45:13 -04:00
parent d9c36a81c4
commit 89c7f05782

View file

@ -20,6 +20,7 @@ ColumnLayout {
font.capitalization: Font.Capitalize
color: labelColor
visible: label !== ""
Layout.fillWidth: true
}
NText {