Commit 8808867e authored by Victor Ananjevsky's avatar Victor Ananjevsky

add little space between icon and text in yad labels

parent 22101362
......@@ -327,7 +327,7 @@ get_label (gchar *str, guint border, GtkWidget *w)
l = i = NULL;
t = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
t = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
gtk_container_set_border_width (GTK_CONTAINER (t), border);
gtk_widget_set_halign (t, GTK_ALIGN_CENTER);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment