[gnome-music/wip/jfelder/searchview-new-style: 2/11] searchview: Limit album results per line



commit 2f9e665b2760e41c1f1f2c4c24fc49c60cf27cc1
Author: Marinus Schraal <mschraal gnome org>
Date:   Sat Aug 3 13:37:56 2019 +0200

    searchview: Limit album results per line

 data/ui/SearchView.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index a919f25e..caa91766 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -23,7 +23,7 @@
                 <property name="valign">start</property>
                 <property name="homogeneous">True</property>
                 <property name="min_children_per_line">1</property>
-                <property name="max_children_per_line">20</property>
+                <property name="max_children_per_line">6</property>
                 <property name="margin">18</property>
                 <property name="row_spacing">12</property>
                 <property name="column_spacing">6</property>


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