[gnome-music/wip/jfelder/searchview-new-style: 2/15] 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: 2/15] searchview: Display artist results first
- Date: Sun, 4 Aug 2019 01:34:57 +0000 (UTC)
commit 7d3740eff8958946e212cf6f58d06dead6884d16
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 064276dc..e93755b2 100644
--- a/data/ui/SearchView.ui
+++ b/data/ui/SearchView.ui
@@ -12,6 +12,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>
@@ -31,11 +36,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]