mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
main-window: Set menu-model
directly on the GtkMenuButton
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
parent
543a55d741
commit
b7789a59d1
1 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
</child>
|
||||
<child type="end">
|
||||
<object class="GtkMenuButton">
|
||||
<property name="popover">menu_popover</property>
|
||||
<property name="menu-model">app-menu</property>
|
||||
<property name="icon-name">open-menu-symbolic</property>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -146,9 +146,6 @@
|
|||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkPopoverMenu" id="menu_popover">
|
||||
<property name="menu-model">app-menu</property>
|
||||
</object>
|
||||
<menu id="app-menu">
|
||||
<section>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue