qulogic/pidgin

94bc1dfe8233
Parents f864332b13ef
Children d3f24fe5899b
Set some much needed properties on PidginConversation

This sets a bunch of properties on the Input widget in PidginConversation.

* wrap-mode is set to word-char as it should have been.
* input mode is set to free form.
* input hints turns on spellchecking, emoji, and word-completion.

Testing Done:
Joined an IRC channel and typed some really long lines.

Reviewed at https://reviews.imfreedom.org/r/2796/
--- a/pidgin/resources/Conversations/conversation.ui Mon Nov 13 23:19:55 2023 -0600
+++ b/pidgin/resources/Conversations/conversation.ui Mon Nov 13 23:22:50 2023 -0600
@@ -90,6 +90,9 @@
<property name="vexpand">0</property>
<child>
<object class="GtkTextView" id="input">
+ <property name="wrap-mode">word-char</property>
+ <property name="input-purpose">free-form</property>
+ <property name="input-hints">emoji|spellcheck|word-completion</property>
<child>
<object class="GtkEventControllerKey">
<signal name="key-pressed" handler="pidgin_conversation_input_key_pressed_cb"/>