Commit 559473e9 authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix alignment in get_label()

parent 86bfc4c9
...@@ -378,7 +378,7 @@ get_label (gchar * str, guint border) ...@@ -378,7 +378,7 @@ get_label (gchar * str, guint border)
l = i = NULL; 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); gtk_container_set_border_width (GTK_CONTAINER (a), border);
#if !GTK_CHECK_VERSION(3,0,0) #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