From 914862a3a315b1d9b1d6ec57e93172e3328a522c Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Fri, 23 Jan 2026 10:04:16 +0000 Subject: [PATCH] Increased configuration hub's label right margins --- source/ubinstall-gtk-config-hub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ubinstall-gtk-config-hub.c b/source/ubinstall-gtk-config-hub.c index 0edfcb5..40dea24 100644 --- a/source/ubinstall-gtk-config-hub.c +++ b/source/ubinstall-gtk-config-hub.c @@ -147,6 +147,7 @@ void yon_configuration_hub_add(GtkFlowBox *target, char *name, char *icon, enum cur_icon->page = page; GtkWidget *flow = gtk_flow_box_child_new(); 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); g_object_set_data(G_OBJECT(flow),"config_hub_icon",cur_icon);