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

This commit is contained in:
Khurshid Alam
2016-07-20 00:21:53 +05:30
parent 76321bb4f7
commit 58642c3721
+2 -2
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;