Remove button spacing from message-dialog Fixes #179
parent
7a4b108791
commit
c0bfa7f013
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue