Fix menu button alignment (#765)

The left hamburger menu button now is of the same height as all the other buttons.
This commit is contained in:
codedust 2020-03-05 16:38:01 +01:00 committed by fiaxh
parent 013b388896
commit f099def5b6

View file

@ -25,7 +25,6 @@
</child> </child>
<child> <child>
<object class="GtkMenuButton" id="menu_button"> <object class="GtkMenuButton" id="menu_button">
<property name="valign">center</property>
<property name="visible">True</property> <property name="visible">True</property>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">