[sysprof/wip/gtk4-port: 28/125] window: fix runtime issue with missing properties




commit 13bcddf11a251ca99178d188ea69e66a4c90b39d
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]