[gnome-music/wip/jfelder/searchview-new-style: 4/14] searchview: Display artist results first
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/searchview-new-style: 4/14] searchview: Display artist results first
- Date: Sat, 3 Aug 2019 19:13:32 +0000 (UTC)
commit cf870e74e5578e404507c0c25d3623c8ba70253e
Author: Jean Felder <jfelder src gnome org>
Date: Thu Aug 1 00:12:24 2019 +0200
searchview: Display artist results first
data/ui/SearchView.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/SearchView.ui b/data/ui/SearchView.ui
index f20bbead..a919f25e 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -11,6 +11,11 @@
<object class="GtkBox" id="container">
<property name="orientation">vertical</property>
<property name="visible">True</property>
+ <child>
+ <object class="GtkFlowBox" id="_artist_listbox">
+ <property name="visible">True</property>
+ </object>
+ </child>
<child>
<object class="GtkFlowBox" id="_album_flowbox">
<property name="halign">fill</property>
@@ -30,11 +35,6 @@
</style>
</object>
</child>
- <child>
- <object class="GtkFlowBox" id="_artist_listbox">
- <property name="visible">True</property>
- </object>
- </child>
<child>
<object class="GtkListBox" id="_songs_listbox">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]