aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/menubar.vala5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/menubar.vala b/src/menubar.vala
index a53b461..5c6fa09 100644
--- a/src/menubar.vala
+++ b/src/menubar.vala
@@ -277,7 +277,10 @@ public class MenuBar : Gtk.MenuBar
hostname_item.set_sensitive (false);
- hostname_item.set_halign (Gtk.Align.END);
+ /* The below does not work, so for now we need to stick to "set_right_justified"
+ hostname_item.set_hexpand (true);
+ hostname_item.set_halign (Gtk.Align.END);*/
+ hostname_item.set_right_justified (true);
}
/* Prevent dragging the window by the menubar */