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.
This commit is contained in:
Carlos Soriano
2015-09-23 19:55:11 +02:00
parent 6f6f13a7d8
commit 8a641f94c0
2 changed files with 2 additions and 2 deletions

View File

@@ -560,7 +560,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>