From 56b802b7451c0c3888fd58b685719a750ea340a0 Mon Sep 17 00:00:00 2001 From: pax Date: Sun, 5 Apr 2026 21:55:47 -0500 Subject: [PATCH] =?UTF-8?q?Simplify=20combobox=20dropdown=20styling=20?= =?UTF-8?q?=E2=80=94=20let=20Fusion=20draw=20its=20own=20arrow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- booru_viewer/gui/app.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/booru_viewer/gui/app.py b/booru_viewer/gui/app.py index e7b61e3..7fe7e3c 100644 --- a/booru_viewer/gui/app.py +++ b/booru_viewer/gui/app.py @@ -2227,14 +2227,6 @@ def _apply_windows_dark_mode(app: QApplication) -> None: } QComboBox::drop-down { border: none; - width: 20px; - } - QComboBox::down-arrow { - image: none; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-top: 5px solid #aaa; - margin-right: 6px; } QSpinBox { border: 1px solid #555;