@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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.