Updating branch refs/heads/master
to 98bbf15101bdcb2e8c9ec4f66661a7a1932c259c (commit)
from 9c021a087c18e29fb8a223655043b5ea1d185dee (commit)
commit 98bbf15101bdcb2e8c9ec4f66661a7a1932c259c
Author: Mike Massonnet <[email protected]>
Date: Tue May 25 13:01:35 2010 +0200
Surround the statusbar's hbox area with padding
src/process-statusbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/process-statusbar.c b/src/process-statusbar.c
index 836e2ad..ad41051 100644
--- a/src/process-statusbar.c
+++ b/src/process-statusbar.c
@@ -99,7 +99,7 @@ xtm_process_statusbar_init (XtmProcessStatusbar *statusbar)
#endif
hbox = gtk_hbox_new (FALSE, 16);
- gtk_box_pack_start (GTK_BOX (area), hbox, TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (area), hbox, TRUE, TRUE, 6);
statusbar->label_num_processes = gtk_label_new (NULL);
gtk_box_pack_start (GTK_BOX (hbox), statusbar->label_num_processes,
FALSE, FALSE, 0);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits