1
0
mirror of git://projects.qi-hardware.com/cae-tools.git synced 2024-12-22 23:26:27 +02:00

Adjust button size when switching between views.

- solidify/solidify.c (gui): expand buttons to available size
This commit is contained in:
Werner Almesberger 2010-09-26 09:37:01 -03:00
parent 34117153cb
commit 2997c6b441

View File

@ -101,7 +101,7 @@ static void gui(void)
gtk_widget_show_all(root);
buttons = gui_buttons();
gtk_box_pack_start(GTK_BOX(hbox), buttons, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox), buttons, TRUE, TRUE, 0);
level(canvas, prj->s.a);
active = prj->s.a;