summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-06-26 13:53:54 -0700
committerJohn Stebbins <[email protected]>2019-06-26 13:53:54 -0700
commit187e2fc41037e764d5726ddf0c0df8e17252c670 (patch)
tree4f4f7f02bfa0c935f119ce8796df9ed0d94a4979
parent42d54db85eb83c4273c1b2c07c2a342b5ba02115 (diff)
LinGui: set a default width for empty queue list
When it's not populated, the width is narrow and looks odd
-rw-r--r--gtk/src/ghb.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4
index 293a48804..426170445 100644
--- a/gtk/src/ghb.m4
+++ b/gtk/src/ghb.m4
@@ -512,6 +512,7 @@ conjunction with the "Forced" option.</property>
<property name="can_focus">True</property>
<property name="vexpand">True</property>
<property name="hexpand">True</property>
+ <property name="width_request">500</property>
<property name="selection_mode">single</property>
<property name="activate_on_single_click">False</property>
<signal name="row-selected" handler="queue_list_selection_changed_cb" swapped="no"/>