From 8fc097ccaf6241603dec8fe37916b076f9b18389 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sun, 16 Nov 2025 12:03:18 +0500 Subject: [PATCH] chore: remove broken styles Signed-off-by: Boris Yumankulov --- portprotonqt/dialogs.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/portprotonqt/dialogs.py b/portprotonqt/dialogs.py index 84e8365..3d40935 100644 --- a/portprotonqt/dialogs.py +++ b/portprotonqt/dialogs.py @@ -2015,22 +2015,6 @@ class ExeSettingsDialog(QDialog): desc_item.setToolTip(setting['description']) desc_item.setTextAlignment(Qt.AlignmentFlag.AlignLeft | Qt.AlignmentFlag.AlignVCenter) self.advanced_table.setItem(row, 2, desc_item) - # Style for consistency - self.advanced_table.setStyleSheet(""" - QComboBox, QLineEdit { - padding: 3px 6px; - min-height: 26px; - } - QComboBox::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 18px; - } - QTextEdit { - border-radius: 4px; - padding: 4px; - } - """) def apply_changes(self): """Apply changes by collecting diffs from both main and advanced tabs."""