diff options
author | Carlos Soriano <csoriano@gnome.org> | 2015-09-23 19:55:11 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2015-10-15 20:02:04 +0200 |
commit | 0b773e6704629485404e00d13aa4efe7071184ea (patch) | |
tree | b8c251bad06328fe9e71d6826fc1404844791ac9 /gtk/gtkplacesview.c | |
parent | e1afa087af02eb14003597f222c3debcbf09fc39 (diff) | |
download | gtk+-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.c | 2 |
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 */ |