diff options
Diffstat (limited to 'src/menubar.vala')
-rw-r--r-- | src/menubar.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |