Commit 5bc40060 authored by Victor Ananjesky's avatar Victor Ananjesky

Merge branch 'master' of github.com:v1cont/yad

parents a1c6e6c2 559473e9
......@@ -387,7 +387,7 @@ get_label (gchar * str, guint border)
l = i = NULL;
a = gtk_alignment_new (0.0, 0.5, 0, 0);
a = gtk_alignment_new (0.5, 0.5, 0, 0);
gtk_container_set_border_width (GTK_CONTAINER (a), border);
#if !GTK_CHECK_VERSION(3,0,0)
......
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