window: Fix icon of the Main Menu button

Embedding a GtkImage inside the Main Menu button is
no longer necessary. Using the icon_name property already
does the trick.
This commit is contained in:
Automeris naranja
2023-03-06 11:22:30 -03:00
parent 1cc313a280
commit 8230ef951b

View File

@ -20,12 +20,7 @@
<property name="tooltip-text" translatable="yes">Main Menu</property>
<property name="visible">true</property>
<property name="primary">true</property>
<child>
<object class="GtkImage">
<property name="icon-name">open-menu-symbolic</property>
<property name="visible">true</property>
</object>
</child>
<property name="icon-name">open-menu-symbolic</property>
<style>
<class name="image-button"/>
</style>