mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +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="tooltip-text" translatable="yes">Main Menu</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
<property name="primary">true</property>
|
<property name="primary">true</property>
|
||||||
<child>
|
<property name="icon-name">open-menu-symbolic</property>
|
||||||
<object class="GtkImage">
|
|
||||||
<property name="icon-name">open-menu-symbolic</property>
|
|
||||||
<property name="visible">true</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
<style>
|
<style>
|
||||||
<class name="image-button"/>
|
<class name="image-button"/>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user