Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/gui/layouts/Console.wnd @ 5695

Last change on this file since 5695 was 5695, checked in by rgrieder, 15 years ago

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<GUILayout >
4        <Window Type="TaharezLook/FrameWindow" Name="Console/Frame" >
5            <Property Name="Text" Value="Console" />
6            <Property Name="TitlebarFont" Value="DejaVuSans-10" />
7            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
8            <Property Name="TitlebarEnabled" Value="True" />
9            <Property Name="UnifiedAreaRect" Value="{{0.208832,0},{0.650387,0},{0.80736,0},{0.998062,0}}" />
10            <Window Type="TaharezLook/MultiLineEditbox" Name="Console/Frame/ConsoleText" >
11                <Property Name="Text" Value=""/>
12                <Property Name="ReadOnly" Value="True" />
13                <Property Name="MaxTextLength" Value="1073741823" />
14                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
15                <Property Name="UnifiedAreaRect" Value="{{0.019238,0},{0.156633,0},{0.973721,0},{0.839186,0}}" />
16            </Window>
17            <Window Type="TaharezLook/Editbox" Name="Console/Frame/Input" >
18                <Property Name="MaxTextLength" Value="1073741823" />
19                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
20                <Property Name="UnifiedAreaRect" Value="{{0.019119,0},{0.842141,0},{0.972016,0},{0.980658,0}}" />
21            </Window>
22        </Window>
23</GUILayout>
Note: See TracBrowser for help on using the repository browser.