Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2018, 11:42:02 PM (6 years ago)
Author:
landauf
Message:

auto-migrated all cegui files to version 0.8 with ceed (http://cegui.org.uk/wiki/Using_CEED-Migrate)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/data/gui/layouts/ChatBox-inputonly.layout

    r7163 r11793  
    1 <?xml version="1.0" encoding="UTF-8"?>
    2 
    3 <GUILayout >
    4     <Window Type="DefaultWindow" Name="orxonox/ChatBox-inputonly/Root" >
    5         <Property Name="InheritsAlpha" Value="False" />
    6         <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    7         <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    8         <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox-inputonly/input" >
    9             <Property Name="Text" Value="" />
    10             <Property Name="Font" Value="Monofur-10" />
    11             <Property Name="AlwaysOnTop" Value="True" />
    12             <Property Name="MaxTextLength" Value="12981298" />
    13             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    14             <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0,5},{0.98,0},{0,30}}" />
     1<?xml version='1.0' encoding='utf-8'?>
     2<GUILayout version="4">
     3    <Window name="Root" 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}}" />
    1514        </Window>
    1615    </Window>
Note: See TracChangeset for help on using the changeset viewer.