[gnome-music/wip/mschraal/gtk4: 82/102] data/ui: Remove visibility property from DiscBox



commit 18d2ee46443e9f7f9b10d3e1b5016f3cec586d39
Author: Marinus Schraal <mschraal gnome org>
Date:   Sun May 3 00:46:40 2020 +0200

    data/ui: Remove visibility property from DiscBox

 data/ui/DiscBox.ui | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/data/ui/DiscBox.ui b/data/ui/DiscBox.ui
index 7970d5a6..0172ebcf 100644
--- a/data/ui/DiscBox.ui
+++ b/data/ui/DiscBox.ui
@@ -2,17 +2,14 @@
 <interface>
   <requires lib="gtk+" version="3.12"/>
   <template parent="GtkListBoxRow" class="DiscBox">
-    <property name="visible">True</property>
     <property name="can_focus">False</property>
     <property name="selectable">False</property>
     <child>
       <object class="GtkBox">
-        <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> -->
@@ -24,7 +21,6 @@
         </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>


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