[gnome-music/wip/mschraal/searchview-rework: 2/8] data/ui: SearchView fixes
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/searchview-rework: 2/8] data/ui: SearchView fixes
- Date: Sun, 4 Aug 2019 18:28:46 +0000 (UTC)
commit a0a451ac0299f0179cb88de1c9ef23827c8b00a5
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]