@cjmayo commented on this pull request.


> @@ -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 or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1415#discussion_r1972249882
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1415/review/2645641...@github.com>

Reply via email to