[gnome-music/wip/jfelder/gtk4-v3: 85/208] ui/searchview: Remove unneeded visible property




commit a5f21b8de98ea644f9fc48de5c9c6bc8b9bc6258
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Feb 3 00:19:51 2022 +0100

    ui/searchview: Remove unneeded visible property

 data/ui/SearchView.ui | 20 --------------------
 1 file changed, 20 deletions(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index 4d3a77593..08716ffce 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -1,16 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <template class="SearchView" parent="GtkStack">
-    <property name="visible">True</property>
     <child>
       <object class="GtkScrolledWindow" id="_search_results">
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
-        <property name="visible">True</property>
         <child>
           <object class="AdwClamp">
             <property name="maximum-size">1600</property>
-            <property name="visible">True</property>
             <child>
               <object class="GtkBox" id="container">
                 <property name="halign">fill</property>
@@ -20,20 +17,17 @@
                 <property name="margin-start">120</property>
                 <property name="margin-top">20</property>
                 <property name="orientation">vertical</property>
-                <property name="visible">True</property>
                 <child>
                   <object class="GtkBox" id="_artist_header">
                     <property name="halign">fill</property>
                     <property name="hexpand">True</property>
                     <property name="homogeneous">True</property>
                     <property name="orientation">horizontal</property>
-                    <property name="visible">True</property>
                     <child>
                       <object class="GtkLabel">
                         <property name="can_focus">False</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Artists</property>
-                        <property name="visible">True</property>
                         <style>
                           <class name="search-header"/>
                         </style>
@@ -44,7 +38,6 @@
                         <property name="halign">end</property>
                         <property name="label" translatable="yes">View All</property>
                         <property name="icon-name">go-next-symbolic</property>
-                        <property name="visible">True</property>
                         <signal name="clicked" handler="_on_all_artists_clicked" swapped="no"/>
                       </object>
                     </child>
@@ -63,7 +56,6 @@
                     <property name="row_spacing">12</property>
                     <property name="selection-mode">none</property>
                     <property name="valign">start</property>
-                    <property name="visible">True</property>
                     <signal name="child-activated" handler="_on_artist_activated" swapped="no"/>
                     <style>
                       <class name="content-view"/>
@@ -76,13 +68,11 @@
                     <property name="hexpand">True</property>
                     <property name="homogeneous">True</property>
                     <property name="orientation">horizontal</property>
-                    <property name="visible">True</property>
                     <child>
                       <object class="GtkLabel">
                         <property name="can_focus">False</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Albums</property>
-                        <property name="visible">True</property>
                         <style>
                           <class name="search-header"/>
                         </style>
@@ -93,7 +83,6 @@
                         <property name="halign">end</property>
                         <property name="label" translatable="yes">View All</property>
                         <property name="icon_name">go-next-symbolic</property>
-                        <property name="visible">True</property>
                         <signal name="clicked" handler="_on_all_albums_clicked" swapped="no"/>
                       </object>
                     </child>
@@ -112,7 +101,6 @@
                     <property name="row_spacing">12</property>
                     <property name="column_spacing">6</property>
                     <property name="selection_mode">none</property>
-                    <property name="visible">True</property>
                     <signal name="child-activated" handler="_on_album_activated" swapped="no"/>
                     <style>
                       <class name="content-view"/>
@@ -125,13 +113,11 @@
                     <property name="hexpand">True</property>
                     <property name="homogeneous">True</property>
                     <property name="orientation">horizontal</property>
-                    <property name="visible">True</property>
                     <child>
                       <object class="GtkLabel">
                         <property name="can_focus">False</property>
                         <property name="halign">start</property>
                         <property name="label" translatable="yes">Songs</property>
-                        <property name="visible">True</property>
                         <style>
                           <class name="search-header"/>
                         </style>
@@ -142,7 +128,6 @@
                 <child>
                   <object class="GtkListBox" id="_songs_listbox">
                     <property name="margin-top">20</property>
-                    <property name="visible">True</property>
                     <signal name="row-activated" handler="_song_activated" swapped="no"/>
                     <style>
                       <class name="content"/>
@@ -159,11 +144,9 @@
       <object class="GtkScrolledWindow" id="_all_search_results">
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
-        <property name="visible">True</property>
         <child>
           <object class="AdwClamp">
             <property name="maximum-size">1600</property>
-            <property name="visible">True</property>
             <child>
               <object class="GtkBox">
                 <property name="halign">fill</property>
@@ -173,7 +156,6 @@
                 <property name="margin-start">120</property>
                 <property name="margin-top">20</property>
                 <property name="orientation">vertical</property>
-                <property name="visible">True</property>
                 <child>
                   <object class="GtkFlowBox" id="_artist_all_flowbox">
                     <property name="column_spacing">6</property>
@@ -206,7 +188,6 @@
                     <property name="row_spacing">12</property>
                     <property name="column_spacing">6</property>
                     <property name="selection_mode">none</property>
-                    <property name="visible">True</property>
                     <signal name="child-activated" handler="_on_album_activated" swapped="no"/>
                     <style>
                       <class name="content-view"/>
@@ -221,7 +202,6 @@
     </child>
     <child>
       <object class="GtkScrolledWindow" id="_scrolled_album_widget">
-        <property name="visible">True</property>
         <property name="hscrollbar_policy">never</property>
       </object>
     </child>


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