[Gtk-3.18] Provide gap between buttons in message dialog. Fixes #498
parent
76321bb4f7
commit
58642c3721
|
@ -38,9 +38,9 @@
|
||||||
|
|
||||||
@include exports("dialogs") {
|
@include exports("dialogs") {
|
||||||
GtkMessageDialog, .message-dialog, .prompt {
|
GtkMessageDialog, .message-dialog, .prompt {
|
||||||
-GtkDialog-content-area-border: 0;
|
-GtkDialog-content-area-border: $spacing;
|
||||||
-GtkDialog-action-area-border: $spacing;
|
-GtkDialog-action-area-border: $spacing;
|
||||||
-GtkDialog-button-spacing: 0;
|
-GtkDialog-button-spacing: $spacing;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue