Skip to content

Commit

Permalink
Restore the padding functionalty.
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon committed Dec 27, 2011
1 parent b619e34 commit 1a450bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ panel_start_gui(panel *p)

p->box = p->my_box_new(FALSE, 1);
gtk_container_set_border_width(GTK_CONTAINER(p->box), 1);
gtk_box_pack_start(GTK_BOX(p->lbox), p->box, FALSE, TRUE, 0);
gtk_box_pack_start(GTK_BOX(p->lbox), p->box, FALSE, TRUE, padding);
gtk_widget_show(p->box);

// get properties on topgwin
Expand Down

0 comments on commit 1a450bd

Please sign in to comment.