|
|
|
|
@ -153,10 +153,10 @@ void yon_configuration_hub_add(GtkFlowBox *target, char *name, char *icon, enum
|
|
|
|
|
gtk_container_add(GTK_CONTAINER(flow),cur_icon->MainBox);
|
|
|
|
|
gtk_box_pack_start(GTK_BOX(cur_icon->MainBox),cur_icon->Image,0,0,0);
|
|
|
|
|
gtk_box_pack_start(GTK_BOX(cur_icon->MainBox),cur_icon->Label,0,0,0);
|
|
|
|
|
gtk_widget_set_margin_bottom(cur_icon->MainBox,10);
|
|
|
|
|
gtk_widget_set_margin_top(cur_icon->MainBox,10);
|
|
|
|
|
gtk_widget_set_margin_start(cur_icon->MainBox,10);
|
|
|
|
|
gtk_widget_set_margin_end(cur_icon->MainBox,10);
|
|
|
|
|
// gtk_widget_set_margin_bottom(cur_icon->MainBox,5);
|
|
|
|
|
// gtk_widget_set_margin_top(cur_icon->MainBox,5);
|
|
|
|
|
// gtk_widget_set_margin_start(cur_icon->MainBox,5);
|
|
|
|
|
// gtk_widget_set_margin_end(cur_icon->MainBox,5);
|
|
|
|
|
gtk_flow_box_insert(target,flow,-1);
|
|
|
|
|
gtk_widget_show_all(flow);
|
|
|
|
|
free(name_wrapped);
|
|
|
|
|
|