We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1b00ae + 398fa4d commit 5c0204fCopy full SHA for 5c0204f
src/HeaderBar.vala
@@ -42,6 +42,7 @@ namespace Resizer {
42
var info_menu = new Gtk.MenuButton ();
43
info_menu.tooltip_text = _("Info");
44
info_menu.image = new Gtk.Image.from_icon_name ("dialog-information", Gtk.IconSize.SMALL_TOOLBAR);
45
+ info_menu.valign = Gtk.Align.CENTER;
46
info_menu.popover = infoPopover;
47
48
pack_end (info_menu);
0 commit comments