From bd1b7c07aececa5f4db6abf0aa87caec7643078c Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sat, 21 Jun 2025 10:46:51 +0500 Subject: [PATCH] fix: force Fusion style for consistent QComboBox styling Signed-off-by: Boris Yumankulov --- portprotonqt/main_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portprotonqt/main_window.py b/portprotonqt/main_window.py index 14cee37..4defbfd 100644 --- a/portprotonqt/main_window.py +++ b/portprotonqt/main_window.py @@ -52,6 +52,7 @@ class MainWindow(QMainWindow): def __init__(self): super().__init__() + QApplication.setStyle("Fusion") self.setAcceptDrops(True) self.current_exec_line = None self.currentDetailPage = None