Skip to content

Commit ad9de4f

Browse files
committed
gtk4: Fix toolbar item spacing
Use 1px horizontal spacing between toolbar items, as with GTK 3.
1 parent 7bafcde commit ad9de4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/gtk-4.0/sass/_common.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ modelbutton.flat arrow {
923923
.toolbar :not(.linked) > fontbutton > button,
924924
.toolbar :not(.linked) > appchooserbutton > button,
925925
.toolbar :not(.linked) > combobox > box > button {
926-
margin: 1px;
926+
margin: 1px 0;
927927
@extend %button_basic_flat;
928928
}
929929

@@ -1176,7 +1176,7 @@ combobox {
11761176
************/
11771177
%toolbar {
11781178
padding: 4px;
1179-
border-spacing: 4px;
1179+
border-spacing: 1px;
11801180
background-color: $bg_color;
11811181
}
11821182

0 commit comments

Comments
 (0)