From 98bbf15101bdcb2e8c9ec4f66661a7a1932c259c Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Tue, 25 May 2010 13:01:35 +0200 Subject: [PATCH] Surround the statusbar's hbox area with padding --- src/process-statusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);