Skip to content

Commit 39b0f6b

Browse files
committed
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 #1758
1 parent f92b752 commit 39b0f6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ tab {
2323
padding-left: 6px;
2424
padding-right: 6px;
2525
}
26+
27+
check, radio {
28+
margin: 0 2px;
29+
}
30+
31+
combobox button.combo box arrow {
32+
margin: 0 2px;
33+
}

0 commit comments

Comments
 (0)