mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
window: Allow opening Main Menu with F10
By setting the Main Menu button as primary, the F10 key is automatically assigned to this button.
This commit is contained in:
@ -19,6 +19,7 @@
|
|||||||
<object class="GtkMenuButton" id="menu_button">
|
<object class="GtkMenuButton" id="menu_button">
|
||||||
<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>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage">
|
<object class="GtkImage">
|
||||||
<property name="icon-name">open-menu-symbolic</property>
|
<property name="icon-name">open-menu-symbolic</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user