aboutsummaryrefslogtreecommitdiff
path: root/client/data/chat_input.ui
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-03-10 19:53:24 +0100
committerfiaxh <git@mx.ax.lt>2017-03-10 19:53:24 +0100
commit24b55d83a1f9e21b028c8d5ac9778e75565f417d (patch)
tree195b0f332e32d08e1a18fc3d8a5a6725c5ed11d7 /client/data/chat_input.ui
parent4c48c5c16d5f5b010c2e5dfb1affcb59f937510c (diff)
parent29ca70a6d534e1cd79963718c793ae740318cff1 (diff)
downloaddino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.tar.gz
dino-24b55d83a1f9e21b028c8d5ac9778e75565f417d.zip
Merge branch 'master' of github.com:dino/dino
Diffstat (limited to 'client/data/chat_input.ui')
-rw-r--r--client/data/chat_input.ui23
1 files changed, 0 insertions, 23 deletions
diff --git a/client/data/chat_input.ui b/client/data/chat_input.ui
deleted file mode 100644
index dac75feb..00000000
--- a/client/data/chat_input.ui
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <template class="DinoUiChatInput" parent="GtkGrid"> <!-- TODO -->
- <property name="hexpand">True</property>
- <property name="orientation">horizontal</property>
- <property name="visible">True</property>
- <property name="margin">5</property>
- <property name="column-spacing">5</property>
- <child>
- <object class="GtkFrame">
- <child>
- <object class="GtkTextView" id="text_input">
- <property name="border-width">5</property>
- <property name="wrap-mode">GTK_WRAP_WORD_CHAR</property>
- <property name="can_focus">True</property>
- <property name="hexpand">True</property>
- <property name="visible">True</property>
- </object>
- </child>
- </object>
- </child>
- </template>
-</interface>