Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/gui/layouts/ChatBox-inputonly.layout @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 766 bytes
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<GUILayout version="4">
3    <Window name="ChatBox-inputonly" type="DefaultWindow">
4        <Property name="InheritsAlpha" value="False" />
5        <Property name="MaxSize" value="{{1,0},{1,0}}" />
6        <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" />
7        <Window name="input" type="MenuWidgets/Editbox">
8            <Property name="Text" value="" />
9            <Property name="Font" value="Monofur-10" />
10            <Property name="AlwaysOnTop" value="True" />
11            <Property name="MaxTextLength" value="12981298" />
12            <Property name="MaxSize" value="{{1,0},{1,0}}" />
13            <Property name="Area" value="{{0.02,0},{0,5},{0.98,0},{0,30}}" />
14        </Window>
15    </Window>
16</GUILayout>
Note: See TracBrowser for help on using the repository browser.