summaryrefslogtreecommitdiff
path: root/GUI/layouts/console.layout
blob: 9d145c51a1af4fa321559ec7407527a8df43057a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<GUILayout>
	<Window Type="Vanilla/FrameWindow" Name="ConsoleWindow">
		<Property Name="UnifiedPosition" Value="{{0, 0}, {0, 0}}" />
		<Property Name="UnifiedSize" Value="{{1, 0}, {.3, 0}}" />
		<Property Name="CloseButtonEnabled" Value="False" />
		<Property Name="TitlebarEnabled" Value="False" />
		<Window Type="Vanilla/Listbox" Name="console_listbox">
			<Property Name="UnifiedPosition" Value="{{0, 0}, {0, 0}}" />
			<Property Name="UnifiedSize" Value="{{1, 0}, {1, -24}}" />
		</Window>
		<Window Type="Vanilla/Editbox" Name="console_editbox">
			<Property Name="UnifiedPosition" Value="{{0, 0}, {1, -24}}" />
			<Property Name="UnifiedSize" Value="{{1, 0}, {0, 24}}" />
		</Window>
	</Window>
</GUILayout>