From 6f95d8b59c75c81f112bddc673c8bbcb63cbd1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Fri, 26 Jun 2026 16:11:54 +0200 Subject: [PATCH] [Gtk4] Stop undersizing toolbar buttons With all the recent fixes this is no longer needed and it even makes toolbar look weird (one might say - slightly broken). Remove the custom css instea. --- .../eclipse/swt/internal/gtk/swt_theming_fixes_gtk_4_0_0.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_4_0_0.css b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_4_0_0.css index bfe4c4ba92..867cdaed42 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_4_0_0.css +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_4_0_0.css @@ -5,9 +5,6 @@ button { min-height: 0px; min-width: 0px; } -.toolbar button { - padding: 1px; -} modelbutton { padding-top: 2px; padding-bottom: 2px;