From 1495669a60dce6f852cc6d365614e6a15173ae58 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:40:02 +0100 Subject: [PATCH] styledcombobox: remove dupe scrollbar --- .../quickshell/ii/modules/common/widgets/StyledComboBox.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index 1909ad40c..8775715bb 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -194,8 +194,6 @@ ComboBox { spacing: 2 model: root.popup.visible ? root.delegateModel : null currentIndex: root.highlightedIndex - - ScrollIndicator.vertical: ScrollIndicator {} } } }