- Timestamp:
- Jul 5, 2016, 11:46:10 PM (8 years ago)
- Location:
- code/branches/ogre1.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ogre1.9
- Property svn:mergeinfo changed
/code/branches/cegui0.8 (added) merged: 11110,11118,11121,11124
- Property svn:mergeinfo changed
-
code/branches/ogre1.9/data/gui/layouts/InGameTest.layout
r6746 r11211 1 <?xml version="1.0" ?> 2 <GUILayout> 3 <Window Type="DefaultGUISheet" Name="orxonox/TestWindow"> 4 <Property Name="UnifiedSize" Value="{{1.0,0},{1.0,0}}"/> 5 6 <Window Type="MenuWidgets/Button" Name="orxonox/TestButton"> 7 <Property Name="UnifiedPosition" Value="{{0.11,0},{0.528,0}}"/> 8 <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/> 9 <Property Name="Text" Value="NoFunction"/> 1 <?xml version='1.0' encoding='utf-8'?> 2 <GUILayout version="4"> 3 <Window name="TestWindow" type="DefaultGUISheet"> 4 <Property name="Size" value="{{1.0,0},{1.0,0}}" /> 5 <Window name="TestButton" type="MenuWidgets/Button"> 6 <Property name="Position" value="{{0.11,0},{0.528,0}}" /> 7 <Property name="Size" value="{{0.15,0},{0.05,0}}" /> 8 <Property name="Text" value="NoFunction" /> 10 9 </Window> 11 12 10 </Window> 13 11 </GUILayout>
Note: See TracChangeset
for help on using the changeset viewer.