[gnome-music/wip/mschraal/searchview-rework: 5/15] data/ui: SearchView fixes



commit 3e6514d084834195683fe5baaf1551c87c6d0fcd
Author: Marinus Schraal <mschraal gnome org>
Date:   Wed Jul 31 12:02:40 2019 +0200

    data/ui: SearchView fixes

 data/ui/SearchView.ui | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index 7af27eea..c6b05dcd 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -7,7 +7,11 @@
         <property name="visible">True</property>
         <child>
           <object class="GtkBox">
+            <property name="halign">center</property>
             <property name="orientation">vertical</property>
+            <child>
+              <object class="GtkListBox" id="_artist_listbox"/>
+            </child>
             <child>
               <object class="GtkFlowBox" id="_album_flowbox">
                 <property name="column_spacing">6</property>
@@ -15,7 +19,7 @@
                 <property name="hexpand">True</property>
                 <property name="homogeneous">True</property>
                 <property name="margin">18</property>
-                <property name="max-children-per-line">20</property>
+                <property name="max-children-per-line">6</property>
                 <property name="min-children-per-line">1</property>
                 <property name="row_spacing">12</property>
                 <property name="selection-mode">none</property>
@@ -26,9 +30,6 @@
                 </style>
               </object>
             </child>
-            <child>
-              <object class="GtkListBox" id="_artist_listbox"/>
-            </child>
             <child>
               <object class="GtkListBox" id="_songs_listbox"/>
             </child>


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