Remove button spacing from message-dialog Fixes #179

This commit is contained in:
Satyajit Sahoo
2014-12-28 20:59:37 +05:30
parent 7a4b108791
commit c0bfa7f013
+1 -1
View File
@@ -32,7 +32,7 @@
************/ ************/
@include exports("dialogs") { @include exports("dialogs") {
GtkMessageDialog, .prompt { GtkMessageDialog, .message-dialog, .prompt {
-GtkDialog-content-area-border: 0; -GtkDialog-content-area-border: 0;
-GtkDialog-action-area-border: 0; -GtkDialog-action-area-border: 0;
-GtkDialog-button-spacing: 0; -GtkDialog-button-spacing: 0;