From 225e03b0a3957f0b303ddd0015272348f8fa51e0 Mon Sep 17 00:00:00 2001 From: Pico Date: Sat, 8 Nov 2025 21:35:37 +0300 Subject: [PATCH] remove check mark it looks better without check mark --- .../ii/modules/common/widgets/StyledComboBox.qml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml index 8f564a1a5..cab4a23a6 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/StyledComboBox.qml @@ -88,21 +88,6 @@ ComboBox { anchors.leftMargin: 12 anchors.rightMargin: 12 - MaterialSymbol { - Layout.alignment: Qt.AlignVCenter - text: "check" - iconSize: Appearance.font.pixelSize.normal - color: root.currentIndex === itemDelegate.index ? Appearance.colors.colOnPrimary : Appearance.colors.colOnSecondaryContainer - opacity: root.currentIndex === itemDelegate.index ? 1 : 0 - - Behavior on opacity { - NumberAnimation { - duration: 150 - easing.type: Easing.OutCubic - } - } - } - StyledText { Layout.fillWidth: true Layout.alignment: Qt.AlignVCenter