- Timestamp:
- Mar 22, 2010, 2:47:10 PM (15 years ago)
- Location:
- code/branches/gamestates2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestates2
- Property svn:mergeinfo changed
/code/branches/gamestate merged: 6441-6442,6459,6537,6544-6546,6548,6564,6566-6567,6569,6571-6572
- Property svn:mergeinfo changed
-
code/branches/gamestates2/data/gui/layouts/PickupInventory.layout
r6417 r6595 1 1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <GUILayout> 3 <Window Type=" TaharezLook/FrameWindow" Name="orxonox/Inventory">3 <Window Type="MenuWidgets/FrameWindow" Name="orxonox/Inventory"> 4 4 <Property Name="UnifiedMinSize" Value="{{0.0,385},{0.0,200}}" /> 5 5 <Property Name="UnifiedMaxSize" Value="{{0.0,385},{0.0,200}}" /> … … 9 9 <Property Name="CloseButtonEnabled" Value="False" /> 10 10 11 <Window Type=" TaharezLook/TabControl" Name="orxonox/Inventory/TabControl" >11 <Window Type="MenuWidgets/TabControl" Name="orxonox/Inventory/TabControl" > 12 12 <Property Name="Tooltip" Value="Inventory" /> 13 13 <Property Name="TabHeight" Value="{0,-1}" /> … … 16 16 <Property Name="UnifiedAreaRect" Value="{{0,10},{0,30},{1,-10},{1,-10}}" /> 17 17 18 <Window Type=" TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabEquipment">18 <Window Type="MenuWidgets/ScrollablePane" Name="orxonox/Inventory/TabControl/TabEquipment"> 19 19 <Property Name="Text" Value="Equipment" /> 20 20 <Property Name="UnifiedPosition" Value="{{0.0,3},{0.0,3}}"/> 21 21 <Property Name="UnifiedSize" Value="{{1.0,-6},{1.0,-6}}"/> 22 22 </Window> 23 <Window Type=" TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabUsable">23 <Window Type="MenuWidgets/ScrollablePane" Name="orxonox/Inventory/TabControl/TabUsable"> 24 24 <Property Name="Text" Value="Usable" /> 25 25 <Property Name="UnifiedPosition" Value="{{0.0,3},{0.0,3}}"/>
Note: See TracChangeset
for help on using the changeset viewer.