summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-09-01 23:16:59 -0400
committerAndre Miranda <andreldm@xfce.org>2018-09-06 22:08:44 -0300
commit940eeb9e59cee5a3a04423e739f3934bdf54fa41 (patch)
treef919caa6bc6f72578906d64cbbe764a9d00cd987 /plugins
parent40a9208e68ffa95ad32ff58d757e838fd2a62a4d (diff)
downloadthunar-940eeb9e59cee5a3a04423e739f3934bdf54fa41.tar.gz
thunar-apr: Reduce spacing between standard params and options
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-apr/thunar-apr-desktop-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/thunar-apr/thunar-apr-desktop-page.c b/plugins/thunar-apr/thunar-apr-desktop-page.c
index 87780c8c..0b7c2e4a 100644
--- a/plugins/thunar-apr/thunar-apr-desktop-page.c
+++ b/plugins/thunar-apr/thunar-apr-desktop-page.c
@@ -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);