Skip to content
Snippets Groups Projects
Commit 940eeb9e authored by Sean Davis's avatar Sean Davis Committed by Andre Miranda
Browse files

thunar-apr: Reduce spacing between standard params and options

parent 40a9208e
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ thunar_apr_desktop_page_init (ThunarAprDesktopPage *desktop_page)
g_object_unref (G_OBJECT (relation));
/* add spacing between the entries and the options */
spacer = g_object_new (GTK_TYPE_BOX, "orientation", GTK_ORIENTATION_VERTICAL, "height-request", 24, NULL);
spacer = g_object_new (GTK_TYPE_BOX, "orientation", GTK_ORIENTATION_VERTICAL, "height-request", 12, NULL);
gtk_grid_attach (GTK_GRID (grid), spacer, 0, 6, 2, 1);
gtk_widget_show (spacer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment