diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shutdown-dialog.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shutdown-dialog.vala b/src/shutdown-dialog.vala index cf5e4a0..18e44b1 100644 --- a/src/shutdown-dialog.vala +++ b/src/shutdown-dialog.vala @@ -83,8 +83,8 @@ public class ShutdownDialog : Gtk.Fixed vbox.margin = BORDER_INTERNAL_SIZE; vbox.margin_top += 9; - vbox.margin_left += 20; - vbox.margin_right += 20; + vbox.margin_start += 20; + vbox.margin_end += 20; vbox.margin_bottom += 2; // This event box consumes the click events inside the vbox |