From 89c7f05782cf83f05391914eb33daa459b07eb65 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Sun, 7 Sep 2025 23:45:13 -0400 Subject: [PATCH] NLabel: always full width even when there is no description --- Widgets/NLabel.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Widgets/NLabel.qml b/Widgets/NLabel.qml index b9dc96e..853181a 100644 --- a/Widgets/NLabel.qml +++ b/Widgets/NLabel.qml @@ -20,6 +20,7 @@ ColumnLayout { font.capitalization: Font.Capitalize color: labelColor visible: label !== "" + Layout.fillWidth: true } NText {