[gnome-music/wip/jfelder/searchview-new-style: 4/21] data/ui: Display artist search results first
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/searchview-new-style: 4/21] data/ui: Display artist search results first
- Date: Mon, 5 Aug 2019 00:18:07 +0000 (UTC)
commit a5223fc6a27f3d325f0dfc6c0e83a1618d9e31e3
Author: Jean Felder <jfelder src gnome org>
Date: Thu Aug 1 00:12:24 2019 +0200
data/ui: Display artist search 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]