[Xfce4-commits] [xfce/thunar] 05/09: thunar-apr: Reduce spacing between standard params and options
noreply at xfce.org
noreply at xfce.org
Fri Sep 7 03:23:08 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 304e066933e7487f3d33ae4b5f1deafd45d0334e
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Sep 1 23:16:59 2018 -0400
thunar-apr: Reduce spacing between standard params and options
---
plugins/thunar-apr/thunar-apr-desktop-page.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/thunar-apr/thunar-apr-desktop-page.c b/plugins/thunar-apr/thunar-apr-desktop-page.c
index 87780c8..0b7c2e4 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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list