@cjmayo commented on this pull request.


> @@ -2293,7 +2294,8 @@ plugin_configure(GtkDialog * dialog)
        if (lang != NULL)
                gtk_entry_set_text(GTK_ENTRY(widgets.spellcheck_lang_textbox), 
lang);
 
-       gtk_misc_set_alignment(GTK_MISC(label_spellcheck_lang), 0, 0.5);
+       gtk_widget_set_halign(GTK_WIDGET(label_spellcheck_lang), 
GTK_ALIGN_START);
+       gtk_widget_set_valign(GTK_WIDGET(label_spellcheck_lang), 
GTK_ALIGN_CENTER);

Done.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1415#discussion_r1972249636
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1415/review/[email protected]>

Reply via email to