Skip to content

Commit 1450629

Browse files
committed
[Gtk4] Condense Menu sizes
Gtk 4.x by default uses far more space than on Gtk 3.x thus make it smaller to be closer to how menu looks on Gtk 3.
1 parent 0004f23 commit 1450629

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/swt_theming_fixes_gtk_4_0_0.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ button.toggle {
44
button {
55
min-height: 0px;
66
min-width: 0px;
7-
}
7+
}
8+
modelbutton {
9+
padding-top: 2px;
10+
padding-bottom: 2px;
11+
min-height: 0;
12+
}

0 commit comments

Comments
 (0)