From 471066e77ea8e559bceb73b9c924a027d0ad064f Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20language=20selector=20drop?= =?UTF-8?q?down=20styling=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mcp_feedback_enhanced/gui/tabs/settings_tab.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mcp_feedback_enhanced/gui/tabs/settings_tab.py b/src/mcp_feedback_enhanced/gui/tabs/settings_tab.py index 10a390a..94f5147 100644 --- a/src/mcp_feedback_enhanced/gui/tabs/settings_tab.py +++ b/src/mcp_feedback_enhanced/gui/tabs/settings_tab.py @@ -191,11 +191,10 @@ class SettingsTab(QWidget): height: 12px; } QComboBox QAbstractItemView { - background-color: #3a3a3a; - border: 1px solid #555555; selection-background-color: #0078d4; color: #ffffff; font-size: 12px; + min-width: 120px; } """)