From b3eea2215d391e4452c98a44bb6824a5e8ad34f8 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Mon, 8 Sep 2025 00:05:58 -0400 Subject: [PATCH] Bar Add Widget: taller NComboBox --- Modules/SettingsPanel/Bar/BarSectionEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/SettingsPanel/Bar/BarSectionEditor.qml b/Modules/SettingsPanel/Bar/BarSectionEditor.qml index df1ed3e..7a1684a 100644 --- a/Modules/SettingsPanel/Bar/BarSectionEditor.qml +++ b/Modules/SettingsPanel/Bar/BarSectionEditor.qml @@ -79,7 +79,7 @@ NBox { description: "" placeholder: "Select a widget to add..." onSelected: key => comboBox.currentKey = key - popupHeight: 240 * scaling + popupHeight: 340 * scaling Layout.alignment: Qt.AlignVCenter }