aboutsummaryrefslogtreecommitdiff
path: root/src/shutdown-dialog.vala
diff options
context:
space:
mode:
authorJoshua Peisach <itzswirlz2020@outlook.com>2021-01-10 20:13:43 -0500
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-02-06 12:08:33 +0100
commitea9949563c15c891bdc29f8a851fc5bb5deb1922 (patch)
treee55d785b4f0cc1ccee284c0c8f6847a33fd17150 /src/shutdown-dialog.vala
parentd30af2b00b1a5a0ddb7cfd214b98718da758917a (diff)
downloadarctica-greeter-ea9949563c15c891bdc29f8a851fc5bb5deb1922.tar.gz
arctica-greeter-ea9949563c15c891bdc29f8a851fc5bb5deb1922.tar.bz2
arctica-greeter-ea9949563c15c891bdc29f8a851fc5bb5deb1922.zip
shutdown-dialog: margin left/right -> margin_start_end.
Ref: https://valadoc.org/gtk+-3.0/Gtk.Widget.margin_left.html Ref: https://valadoc.org/gtk+-3.0/Gtk.Widget.margin_right.html Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/dcbb38af4d3f4276889f958b883c962bb8957fa6
Diffstat (limited to 'src/shutdown-dialog.vala')
-rw-r--r--src/shutdown-dialog.vala4
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