[Xfce4-commits] <parole:master> Align the checkbox in the tray plugin exit dialog
Sean Davis
noreply at xfce.org
Fri Oct 11 11:52:06 CEST 2013
Updating branch refs/heads/master
to 4cc5176c0181893e64facb10260b7736e06f3f1a (commit)
from 2b1808a80ac4cbd3ed55ce56b6879ff20bc5c6d3 (commit)
commit 4cc5176c0181893e64facb10260b7736e06f3f1a
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Sep 11 07:01:57 2013 -0400
Align the checkbox in the tray plugin exit dialog
src/plugins/tray/tray-provider.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/plugins/tray/tray-provider.c b/src/plugins/tray/tray-provider.c
index 2b84b99..7ad83bc 100644
--- a/src/plugins/tray/tray-provider.c
+++ b/src/plugins/tray/tray-provider.c
@@ -369,6 +369,7 @@ delete_event_cb (GtkWidget *widget, GdkEvent *ev, TrayProvider *tray)
G_CALLBACK (action_on_hide_confirmed_cb), NULL);
gtk_box_pack_start (GTK_BOX (content_area), check, TRUE, TRUE, 0);
+ gtk_widget_set_margin_left(GTK_WIDGET(check), 3);
gtk_widget_show_all( GTK_WIDGET(dialog) );
More information about the Xfce4-commits
mailing list