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:
parent
013b388896
commit
f099def5b6
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue