From 6f61782c8f5a52e5f81fa1bd30a0a990de54a557 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:26:53 +0100 Subject: [PATCH] styledcombobox: fix some warnings, use styledlistview --- .../quickshell/ii/modules/common/widgets/StyledComboBox.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index 0c0209295..c7ce67539 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -1,3 +1,4 @@ +pragma ComponentBehavior: Bound import QtQuick import QtQuick.Controls import QtQuick.Layouts @@ -152,7 +153,7 @@ ComboBox { color: Appearance.colors.colSurfaceContainerHigh } - contentItem: ListView { + contentItem: StyledListView { id: listView clip: true implicitHeight: contentHeight