Skip to content

Commit 58642c3

Browse files
committed
[Gtk-3.18] Provide gap between buttons in message dialog. Fixes #498
1 parent 76321bb commit 58642c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gtk-3.0/scss/widgets/_misc.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838

3939
@include exports("dialogs") {
4040
GtkMessageDialog, .message-dialog, .prompt {
41-
-GtkDialog-content-area-border: 0;
41+
-GtkDialog-content-area-border: $spacing;
4242
-GtkDialog-action-area-border: $spacing;
43-
-GtkDialog-button-spacing: 0;
43+
-GtkDialog-button-spacing: $spacing;
4444

4545
margin: 0;
4646
padding: 0;

0 commit comments

Comments
 (0)