summaryrefslogtreecommitdiff
path: root/GUI/layouts/chat.layout
diff options
context:
space:
mode:
Diffstat (limited to 'GUI/layouts/chat.layout')
-rw-r--r--GUI/layouts/chat.layout13
1 files changed, 13 insertions, 0 deletions
diff --git a/GUI/layouts/chat.layout b/GUI/layouts/chat.layout
new file mode 100644
index 0000000..d37d03c
--- /dev/null
+++ b/GUI/layouts/chat.layout
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GUILayout>
+ <Window Type="Transparent/FrameWindow">
+ <Property Name="UnifiedPosition" Value="{{0, 0}, {1, -100}}" />
+ <Property Name="UnifiedSize" Value="{{.3, 0}, {0, 100}}" />
+ <Property Name="CloseButtonEnabled" Value="False" />
+ <Property Name="TitlebarEnabled" Value="False" />
+ <Window Type="Transparent/Listbox" Name="chat_listbox">
+ <Property Name="UnifiedPosition" Value="{{0, 0}, {0, 0}}" />
+ <Property Name="UnifiedSize" Value="{{1, 0}, {1, 0}}" />
+ </Window>
+ </Window>
+</GUILayout>