[gnome-music/wip/jfelder/gtk4-v3: 86/119] ui/playlistcontrols: Remove visible properties




commit 503efadcd021e63e91eee574195f92e4785ef41c
Author: Jean Felder <jfelder src gnome org>
Date:   Wed Feb 2 12:44:46 2022 +0100

    ui/playlistcontrols: Remove visible properties
    
    They are already set to True by default.

 data/ui/PlaylistControls.ui | 9 ---------
 1 file changed, 9 deletions(-)
---
diff --git a/data/ui/PlaylistControls.ui b/data/ui/PlaylistControls.ui
index f789764f6..2a0a07136 100644
--- a/data/ui/PlaylistControls.ui
+++ b/data/ui/PlaylistControls.ui
@@ -17,15 +17,12 @@
   </menu>
   <template class="PlaylistControls" parent="GtkBox">
     <property name="orientation">vertical</property>
-    <property name="visible">True</property>
     <property name="focusable">False</property>
     <property name="margin-top">30</property>
     <child>
       <object class="GtkStack" id="_name_stack">
-        <property name="visible">True</property>
         <child>
           <object class="GtkLabel" id="_name_label">
-            <property name="visible">True</property>
             <property name="focusable">False</property>
             <property name="hexpand">True</property>
             <property name="xalign">0</property>
@@ -53,7 +50,6 @@
                         <signal name="key-pressed" handler="_on_rename_entry_key_pressed" swapped="no"/>
                       </object>
                     </child>
-                    <property name="visible">True</property>
                     <property name="focusable">True</property>
                     <property name="receives_default">True</property>
                     <signal name="activate" handler="_on_playlist_renamed" swapped="no"/>
@@ -62,7 +58,6 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="_rename_done_button">
-                    <property name="visible">True</property>
                     <property name="focusable">True</property>
                     <property name="receives_default">True</property>
                     <property name="label" translatable="yes">_Done</property>
@@ -82,7 +77,6 @@
     </child>
     <child>
       <object class="GtkLabel" id="_songs_count_label">
-        <property name="visible">True</property>
         <property name="focusable">False</property>
         <property name="halign">start</property>
         <property name="label"></property>
@@ -95,7 +89,6 @@
     <child>
       <object class="GtkBox">
         <property name="orientation">horizontal</property>
-        <property name="visible">True</property>
         <property name="spacing">12</property>
         <property name="margin-top">18</property>
         <property name="margin-bottom">8</property>
@@ -103,7 +96,6 @@
           <object class="GtkButton" id="_play_button">
             <property name="height-request">44</property>
             <property name="width-request">44</property>
-            <property name="visible">True</property>
             <property name="focusable">True</property>
             <property name="receives-default">True</property>
             <property name="icon_name">media-playback-start-symbolic</property>
@@ -119,7 +111,6 @@
           <object class="GtkMenuButton" id="_menubutton">
             <property name="height-request">44</property>
             <property name="width-request">44</property>
-            <property name="visible">True</property>
             <property name="focusable">True</property>
             <property name="receives_default">True</property>
             <property name="halign">start</property>


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