From 6ddd1956e90139a466fc039c0ca91b6e2b98971c Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Fri, 20 Jun 2025 16:13:58 +0200 Subject: [PATCH] Increase right margin for check- and combo-box Both the text and the arrow are truncated when using the Breeze theme in KDE/Fedora 42. Closes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1758 --- .../swt/internal/gtk/swt_theming_fixes_gtk_3_20.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_3_20.css b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_3_20.css index ee046e201c4..04c9ef1b2f4 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_3_20.css +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_3_20.css @@ -23,3 +23,11 @@ tab { padding-left: 6px; padding-right: 6px; } + +check, radio { + margin: 0 2px; +} + +combobox button.combo box arrow { + margin: 0 2px; +}