[sysprof/wip/gtk4-port: 17/18] window: fix runtime issue with missing properties
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 17/18] window: fix runtime issue with missing properties
- Date: Tue, 28 Sep 2021 20:39:41 +0000 (UTC)
commit bc843663a9e2c4dfc90f2464694ba7f84a9b7894
Author: Christian Hergert <chergert redhat com>
Date: Tue Sep 28 13:39:18 2021 -0700
window: fix runtime issue with missing properties
src/sysprof/ui/sysprof-window.ui | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/src/sysprof/ui/sysprof-window.ui b/src/sysprof/ui/sysprof-window.ui
index 0e21f7ad..983b532a 100644
--- a/src/sysprof/ui/sysprof-window.ui
+++ b/src/sysprof/ui/sysprof-window.ui
@@ -11,9 +11,13 @@
<property name="title" translatable="yes">Sysprof</property>
<child>
<object class="GtkMenuButton" id="menu_button">
- <property name="icon-name">open-menu-symbolic</property>
- <property name="show-accels">true</property>
<property name="visible">true</property>
+ <child>
+ <object class="GtkImage">
+ <property name="icon-name">open-menu-symbolic</property>
+ <property name="visible">true</property>
+ </object>
+ </child>
<style>
<class name="image-button"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]