mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user