Skip to content

Commit 5c0204f

Browse files
Merge pull request #67 from Adithyan-KV/infobutton
Fixed stretching of infobutton
2 parents c1b00ae + 398fa4d commit 5c0204f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HeaderBar.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ namespace Resizer {
4242
var info_menu = new Gtk.MenuButton ();
4343
info_menu.tooltip_text = _("Info");
4444
info_menu.image = new Gtk.Image.from_icon_name ("dialog-information", Gtk.IconSize.SMALL_TOOLBAR);
45+
info_menu.valign = Gtk.Align.CENTER;
4546
info_menu.popover = infoPopover;
4647

4748
pack_end (info_menu);

0 commit comments

Comments
 (0)