Skip to content
Snippets Groups Projects
Commit 3af0c282 authored by Nico's avatar Nico
Browse files

Add border around chat input

parent f303a4e4
No related branches found
No related tags found
1 merge request!92Allow multiple lines in input field
...@@ -145,6 +145,8 @@ ...@@ -145,6 +145,8 @@
<object class="GtkScrolledWindow"> <object class="GtkScrolledWindow">
<property name="visible">True</property> <property name="visible">True</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="shadow_type">in</property>
<property name="border_width">3</property>
<child> <child>
<object class="GtkTextView" id="chat_entry"> <object class="GtkTextView" id="chat_entry">
<property name="visible">True</property> <property name="visible">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment