[gnome-music/wip/jfelder/gtk4-v3: 187/200] ui/selectionbarmenubutton: Cleanup




commit 20210645a3de093e50d0a443387ac0c3f384624e
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Feb 11 08:47:33 2022 +0100

    ui/selectionbarmenubutton: Cleanup

 data/ui/SelectionBarMenuButton.ui | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/data/ui/SelectionBarMenuButton.ui b/data/ui/SelectionBarMenuButton.ui
index 25c3c529c..464311602 100644
--- a/data/ui/SelectionBarMenuButton.ui
+++ b/data/ui/SelectionBarMenuButton.ui
@@ -15,25 +15,19 @@
   </menu>
   <template class="SelectionBarMenuButton" parent="GtkMenuButton">
     <property name="menu-model">selection-menu</property>
-    <property name="visible">True</property>
-    <property name="can-focus">True</property>
+    <property name="focusable">True</property>
     <child>
       <object class="GtkBox" id="selection-menu-button-box">
-        <property name="visible">True</property>
-        <property name="can-focus">False</property>
+        <property name="focusable">True</property>
         <property name="orientation">horizontal</property>
         <property name="spacing">6</property>
         <child>
           <object class="GtkLabel" id="_menu_label">
-            <property name="visible">True</property>
-            <property name="can-focus">False</property>
             <property name="label" translatable="yes">Click on items to select them</property>
           </object>
         </child>
         <child>
           <object class="GtkImage">
-            <property name="visible">True</property>
-            <property name="can-focus">False</property>
             <property name="icon-name">pan-down-symbolic</property>
           </object>
         </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]