[Gtk-3.22] Provide gap between buttons in message dialog. 3.22 fix for #498

pull/614/merge
Khurshid Alam 2017-02-09 22:15:04 +05:30
parent 653556d408
commit ec299d4047
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
@include exports("dialogs") {
messagedialog, .message-dialog, .prompt {
-GtkDialog-content-area-border: 0;
-GtkDialog-action-area-border: $spacing;
-GtkDialog-button-spacing: 0;
-GtkDialog-action-area-border: 0;
-GtkDialog-button-spacing: $spacing;
margin: 0;
padding: 0;