diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-17 16:21:07 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-18 00:12:27 +0100 |
commit | 1eca8c6f67cc63084e5e4cc4b92222b0817f13cc (patch) | |
tree | 50b4dd9a753132148db474b6713fa84932a9edd6 /main/data/chat_input.ui | |
parent | d3005bcaca33a8a56725885b4b6388ddc7e8a34f (diff) | |
download | dino-1eca8c6f67cc63084e5e4cc4b92222b0817f13cc.tar.gz dino-1eca8c6f67cc63084e5e4cc4b92222b0817f13cc.zip |
Fix message stanza default type
Diffstat (limited to 'main/data/chat_input.ui')
-rw-r--r-- | main/data/chat_input.ui | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/main/data/chat_input.ui b/main/data/chat_input.ui index 18583d07..455286ab 100644 --- a/main/data/chat_input.ui +++ b/main/data/chat_input.ui @@ -11,12 +11,16 @@ <property name="max_content_height">300</property> <property name="propagate_natural_height">True</property> <child> - <object class="GtkTextView" id="text_input"> - <property name="wrap-mode">GTK_WRAP_WORD_CHAR</property> - <property name="border-width">5</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="visible">True</property> + <object class="GtkFrame"> + <child> + <object class="GtkTextView" id="text_input"> + <property name="wrap-mode">GTK_WRAP_WORD_CHAR</property> + <property name="border-width">5</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="visible">True</property> + </object> + </child> </object> </child> </object> |