add RP250 pickup settings

This commit is contained in:
Tomasz Moń
2009-04-17 17:30:50 +02:00
parent a06c5dc07e
commit 3a849de954
2 changed files with 11 additions and 0 deletions

1
gui.c
View File

@@ -408,6 +408,7 @@ GtkWidget *create_vbox(Effect *widgets, gint amt, gchar *label)
} else if (widgets[x].label) {
widget = gtk_label_new(widgets[x].label);
gtk_table_attach_defaults(GTK_TABLE(table), widget, 0, 1, x, x+1);
y = 0;
}
container = create_widget_container(widgets[x].group, widgets[x].group_amt);