From a919238f30e02cc996eb842d0ab4a0922964d77e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sat, 6 May 2023 02:45:49 +0200 Subject: Fix some deprecations --- src/menubar.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/menubar.vala') diff --git a/src/menubar.vala b/src/menubar.vala index 4438b04..a53b461 100644 --- a/src/menubar.vala +++ b/src/menubar.vala @@ -277,7 +277,7 @@ public class MenuBar : Gtk.MenuBar hostname_item.set_sensitive (false); - hostname_item.set_right_justified (true); + hostname_item.set_halign (Gtk.Align.END); } /* Prevent dragging the window by the menubar */ -- cgit v1.2.3