[Gtk-3.18] Provide gap between buttons in message dialog. Fixes #498

pull/504/head
Khurshid Alam 2016-07-20 00:21:53 +05:30
parent 76321bb4f7
commit 58642c3721
1 changed files with 2 additions and 2 deletions

View File

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