Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 3:18:14 PM (14 years ago)
Author:
smerkli
Message:

Scrolling chat now works, discovered delete-button bug, fixing it now.

Location:
code/branches/chat2/data/gui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/chat2/data/gui/layouts/ChatBox-inputonly.layout

    r6870 r6876  
    88        <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox-inputonly/input" >
    99            <Property Name="Text" Value="" />
     10            <Property Name="Font" Value="Monofur-10" />
    1011            <Property Name="AlwaysOnTop" Value="True" />
    11             <Property Name="MaxTextLength" Value="1073741823" />
     12            <Property Name="MaxTextLength" Value="12981298" />
    1213            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1314            <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0,5},{0.98,0},{0,30}}" />
  • code/branches/chat2/data/gui/layouts/ChatBox.layout

    r6870 r6876  
    1313            <Property Name="UnifiedAreaRect" Value="{{0.01,0},{0.03,0},{0.6,0},{0.69375,0}}" />
    1414            <Window Type="MenuWidgets/Listbox" Name="orxonox/ChatBox/history" >
     15                <Property Name="Font" Value="Monofur-10" />
    1516                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1617                <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0.078,0},{0.98,0},{1,-30}}" />
     
    1819            <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox/input" >
    1920                <Property Name="Text" Value="" />
     21                <Property Name="Font" Value="Monofur-10" />
    2022                <Property Name="MaxTextLength" Value="1073741823" />
    2123                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
  • code/branches/chat2/data/gui/schemes/OrxonoxGUIScheme.scheme

    r6746 r6876  
    66    <Font Name="BlueHighway-10" Filename="bluehighway-10.font" />
    77    <Font Name="BlueHighway-8"  Filename="bluehighway-8.font"  />
     8    <Font Name="Monofur-10"     Filename="Monofur-10.font" />
    89</GUIScheme>
Note: See TracChangeset for help on using the changeset viewer.