@cjmayo commented on this pull request.


In geanyvc/src/geanyvc.c:

> @@ -1663,7 +1663,8 @@ create_commitDialog(void)
 
 	/* line/column status label */
 	lineColumnLabel = gtk_label_new("");
-	gtk_misc_set_alignment(GTK_MISC(lineColumnLabel), 0, 0.5);
+	gtk_widget_set_halign(GTK_WIDGET(lineColumnLabel), GTK_ALIGN_START);
+	gtk_widget_set_valign(GTK_WIDGET(lineColumnLabel), GTK_ALIGN_CENTER);

Done.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1415/review/2645641769@github.com>