From 1eca8c6f67cc63084e5e4cc4b92222b0817f13cc Mon Sep 17 00:00:00 2001 From: fiaxh <git@mx.ax.lt> Date: Fri, 17 Mar 2017 16:21:07 +0100 Subject: Fix message stanza default type --- main/data/chat_input.ui | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'main/data') 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> -- cgit v1.2.3-70-g09d2