[gnome-music/wip/jfelder/gtk4-v3: 68/200] ui/playlistsview: Remove unneeded visible property




commit efa3258f81b38b5eee54508442c33c69dabc4338
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Feb 3 00:21:42 2022 +0100

    ui/playlistsview: Remove unneeded visible property

 data/ui/PlaylistsView.ui | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/data/ui/PlaylistsView.ui b/data/ui/PlaylistsView.ui
index 6f5d8233a..2dcae6171 100644
--- a/data/ui/PlaylistsView.ui
+++ b/data/ui/PlaylistsView.ui
@@ -2,11 +2,9 @@
 <interface>
   <requires lib="gtk+" version="3.18"/>
   <template class="PlaylistsView" parent="GtkPaned">
-    <property name="visible">True</property>
     <property name="shrink-start-child">0</property>
     <child>
       <object class="GtkScrolledWindow">
-        <property name="visible">True</property>
         <property name="width-request">220</property>
         <style>
           <class name="sidebar"/>
@@ -14,7 +12,6 @@
         <child>
           <object class="GtkListBox" id="_sidebar">
             <property name="selection-mode">single</property>
-            <property name="visible">True</property>
             <signal name="row-activated" handler="_on_playlist_activated" swapped="no"/>
           </object>
         </child>


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