forked from AuroraMiddleware/gtk
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:
parent
1dbcce785e
commit
831509f6aa
@ -556,7 +556,7 @@ populate_servers (GtkPlacesView *view)
|
|||||||
|
|
||||||
grid = g_object_new (GTK_TYPE_GRID,
|
grid = g_object_new (GTK_TYPE_GRID,
|
||||||
"orientation", GTK_ORIENTATION_VERTICAL,
|
"orientation", GTK_ORIENTATION_VERTICAL,
|
||||||
"border-width", 6,
|
"border-width", 3,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
/* name of the connected uri, if any */
|
/* name of the connected uri, if any */
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<property name="vexpand">1</property>
|
<property name="vexpand">1</property>
|
||||||
<property name="shadow_type">in</property>
|
<property name="shadow_type">in</property>
|
||||||
<property name="min_content_width">250</property>
|
<property name="min_content_width">250</property>
|
||||||
<property name="min_content_height">150</property>
|
<property name="min_content_height">200</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkViewport">
|
<object class="GtkViewport">
|
||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user