|
|
|
@ -147,6 +147,7 @@ void yon_configuration_hub_add(GtkFlowBox *target, char *name, char *icon, enum
|
|
|
|
cur_icon->page = page;
|
|
|
|
cur_icon->page = page;
|
|
|
|
GtkWidget *flow = gtk_flow_box_child_new();
|
|
|
|
GtkWidget *flow = gtk_flow_box_child_new();
|
|
|
|
gtk_style_context_add_class(gtk_widget_get_style_context(flow),"bggrey");
|
|
|
|
gtk_style_context_add_class(gtk_widget_get_style_context(flow),"bggrey");
|
|
|
|
|
|
|
|
gtk_widget_set_margin_end(cur_icon->Label,5);
|
|
|
|
|
|
|
|
|
|
|
|
gtk_label_set_xalign(GTK_LABEL(cur_icon->Label),0);
|
|
|
|
gtk_label_set_xalign(GTK_LABEL(cur_icon->Label),0);
|
|
|
|
g_object_set_data(G_OBJECT(flow),"config_hub_icon",cur_icon);
|
|
|
|
g_object_set_data(G_OBJECT(flow),"config_hub_icon",cur_icon);
|
|
|
|
|