[gnome-music/wip/mschraal/gtk4: 47/73] DiscBox: Disable packing & no-show-all



commit 751bd5fe62ed1966c431f7ee563c438cdd11f3ba
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun Jan 19 11:47:01 2020 +0100

    DiscBox: Disable packing & no-show-all

 data/ui/DiscBox.ui | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/data/ui/DiscBox.ui b/data/ui/DiscBox.ui
index 6460f4b6..0d6c2e33 100644
--- a/data/ui/DiscBox.ui
+++ b/data/ui/DiscBox.ui
@@ -15,16 +15,13 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="halign">fill</property>
-            <!-- <property name="hexpand">True</property> -->
-            <property name="no_show_all">True</property>
+            <!-- <property name="hexpand">True</property>
+            <property name="no_show_all">True</property> -->
             <property name="xalign">0.0</property>
             <style>
               <class name="disc-label"/>
             </style>
           </object>
-          <packing>
-            <property name="position">0</property>
-          </packing>
         </child>
         <child>
           <object class="GtkListBox" id="_list_box">
@@ -36,9 +33,6 @@
               <class name="songs-list"/>
             </style>
           </object>
-          <packing>
-            <property name="position">1</property>
-          </packing>
         </child>
       </object>
     </child>


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