summaryrefslogtreecommitdiff
path: root/gtk/gtkplacesview.c
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-09-23 19:55:11 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-10-15 20:02:04 +0200
commit0b773e6704629485404e00d13aa4efe7071184ea (patch)
treeb8c251bad06328fe9e71d6826fc1404844791ac9 /gtk/gtkplacesview.c
parente1afa087af02eb14003597f222c3debcbf09fc39 (diff)
downloadgtk+-0b773e6704629485404e00d13aa4efe7071184ea.tar.gz
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
Diffstat (limited to 'gtk/gtkplacesview.c')
-rw-r--r--gtk/gtkplacesview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplacesview.c b/gtk/gtkplacesview.c
index 957eeb896d..82c755e719 100644
--- a/gtk/gtkplacesview.c
+++ b/gtk/gtkplacesview.c
@@ -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 */