Skip to content

Commit ec299d4

Browse files
committed
[Gtk-3.22] Provide gap between buttons in message dialog. 3.22 fix for #498
1 parent 653556d commit ec299d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gtk-3.20/scss/widgets/_misc.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
@include exports("dialogs") {
4343
messagedialog, .message-dialog, .prompt {
4444
-GtkDialog-content-area-border: 0;
45-
-GtkDialog-action-area-border: $spacing;
46-
-GtkDialog-button-spacing: 0;
45+
-GtkDialog-action-area-border: 0;
46+
-GtkDialog-button-spacing: $spacing;
4747

4848
margin: 0;
4949
padding: 0;

0 commit comments

Comments
 (0)