gtkplacesview: tweak ui to allow more server rows

Following design guidance, reduce row height and increase
popover height so the user is allowed to see more than 3
rows.

https://bugzilla.gnome.org/show_bug.cgi?id=756568
This commit is contained in:
Carlos Soriano 2015-09-23 19:55:11 +02:00
parent 1dbcce785e
commit 831509f6aa
2 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ populate_servers (GtkPlacesView *view)
grid = g_object_new (GTK_TYPE_GRID,
"orientation", GTK_ORIENTATION_VERTICAL,
"border-width", 6,
"border-width", 3,
NULL);
/* name of the connected uri, if any */

View File

@ -75,7 +75,7 @@
<property name="vexpand">1</property>
<property name="shadow_type">in</property>
<property name="min_content_width">250</property>
<property name="min_content_height">150</property>
<property name="min_content_height">200</property>
<child>
<object class="GtkViewport">
<property name="visible">1</property>