Changeset 6876 for code/branches/chat2/data/gui
- Timestamp:
- May 10, 2010, 3:18:14 PM (14 years ago)
- Location:
- code/branches/chat2/data/gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/chat2/data/gui/layouts/ChatBox-inputonly.layout
r6870 r6876 8 8 <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox-inputonly/input" > 9 9 <Property Name="Text" Value="" /> 10 <Property Name="Font" Value="Monofur-10" /> 10 11 <Property Name="AlwaysOnTop" Value="True" /> 11 <Property Name="MaxTextLength" Value="1 073741823" />12 <Property Name="MaxTextLength" Value="12981298" /> 12 13 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 13 14 <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0,5},{0.98,0},{0,30}}" /> -
code/branches/chat2/data/gui/layouts/ChatBox.layout
r6870 r6876 13 13 <Property Name="UnifiedAreaRect" Value="{{0.01,0},{0.03,0},{0.6,0},{0.69375,0}}" /> 14 14 <Window Type="MenuWidgets/Listbox" Name="orxonox/ChatBox/history" > 15 <Property Name="Font" Value="Monofur-10" /> 15 16 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 16 17 <Property Name="UnifiedAreaRect" Value="{{0.02,0},{0.078,0},{0.98,0},{1,-30}}" /> … … 18 19 <Window Type="MenuWidgets/Editbox" Name="orxonox/ChatBox/input" > 19 20 <Property Name="Text" Value="" /> 21 <Property Name="Font" Value="Monofur-10" /> 20 22 <Property Name="MaxTextLength" Value="1073741823" /> 21 23 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> -
code/branches/chat2/data/gui/schemes/OrxonoxGUIScheme.scheme
r6746 r6876 6 6 <Font Name="BlueHighway-10" Filename="bluehighway-10.font" /> 7 7 <Font Name="BlueHighway-8" Filename="bluehighway-8.font" /> 8 <Font Name="Monofur-10" Filename="Monofur-10.font" /> 8 9 </GUIScheme>
Note: See TracChangeset
for help on using the changeset viewer.