[gnome-music/wip/jfelder/gtk4-v3: 77/145] ui/playlistsview: Fix packing




commit 75ed43cbd63c5318066d49c00e4249ffdbe03ee2
Author: Jean Felder <jfelder src gnome org>
Date:   Wed Feb 2 12:22:13 2022 +0100

    ui/playlistsview: Fix packing

 data/ui/PlaylistsView.ui | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/ui/PlaylistsView.ui b/data/ui/PlaylistsView.ui
index 8cb743e17..6f5d8233a 100644
--- a/data/ui/PlaylistsView.ui
+++ b/data/ui/PlaylistsView.ui
@@ -3,6 +3,7 @@
   <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>
@@ -18,9 +19,6 @@
           </object>
         </child>
       </object>
-      <packing>
-        <property name="shrink">False</property>
-      </packing>
     </child>
   </template>
 </interface>


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