Surround the statusbar's hbox area with padding

This commit is contained in:
Mike Massonnet
2010-05-25 13:01:35 +02:00
parent 9c021a087c
commit 98bbf15101

View File

@@ -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);