[gnome-music/wip/mschraal/gtk4: 57/70] DiscBox.ui: Cleanup



commit d8ce0df9c273994ee783dfe970aac8f01a097cf3
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 16:30:45 2019 +0100

    DiscBox.ui: Cleanup

 data/ui/DiscBox.ui | 52 ++++++++++++++++++----------------------------------
 1 file changed, 18 insertions(+), 34 deletions(-)
---
diff --git a/data/ui/DiscBox.ui b/data/ui/DiscBox.ui
index d1576f37..c7113336 100644
--- a/data/ui/DiscBox.ui
+++ b/data/ui/DiscBox.ui
@@ -1,40 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.0 -->
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <template parent="GtkBox" class="DiscBox">
-      <property name="visible">True</property>
-      <property name="can_focus">False</property>
-      <property name="orientation">vertical</property>
-      <child>
-        <object class="GtkLabel" id="_disc_label">
-          <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="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">
-          <property name="visible">True</property>
-          <property name="can_focus">False</property>
-          <property name="valign">start</property>
-          <property name="selection_mode">none</property>
-          <style>
-            <class name="songs-list"/>
-          </style>
-        </object>
-        <packing>
-          <property name="position">1</property>
-        </packing>
-      </child>
+    <property name="orientation">vertical</property>
+    <child>
+      <object class="GtkLabel" id="_disc_label">
+        <property name="xalign">0.0</property>
+        <style>
+          <class name="disc-label"/>
+        </style>
+      </object>
+    </child>
+    <child>
+      <object class="GtkListBox" id="_list_box">
+        <property name="valign">start</property>
+        <property name="selection_mode">none</property>
+        <style>
+          <class name="songs-list"/>
+        </style>
+      </object>
+    </child>
   </template>
 </interface>


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