Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/gui/layouts/PickupInventory.layout @ 5781

Last change on this file since 5781 was 5781, checked in by rgrieder, 15 years ago

Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<GUILayout>
3    <Window Type="TaharezLook/FrameWindow" Name="orxonox/Inventory">
4        <Property Name="UnifiedMinSize" Value="{{0.0,385},{0.0,200}}" />
5        <Property Name="UnifiedMaxSize" Value="{{0.0,385},{0.0,200}}" />
6        <Property Name="UnifiedPosition" Value="{{0.5,-100},{0.5,-85}}" />
7        <Property Name="UnifiedSize" Value="{{0.0,385},{0.0,200}}" />
8        <Property Name="Text" Value="Inventory" />
9        <Property Name="CloseButtonEnabled" Value="False" />
10
11        <Window Type="TaharezLook/TabControl" Name="orxonox/Inventory/TabControl" >
12            <Property Name="Tooltip" Value="Inventory" />
13            <Property Name="TabHeight" Value="{0,-1}" />
14            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
15            <Property Name="TabPanePosition" Value="Bottom" />
16            <Property Name="UnifiedAreaRect" Value="{{0,10},{0,30},{1,-10},{1,-10}}" />
17           
18            <Window Type="TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabEquipment">
19                <Property Name="Text" Value="Equipment" />
20                <Property Name="UnifiedPosition" Value="{{0.0,3},{0.0,3}}"/>
21                <Property Name="UnifiedSize" Value="{{1.0,-6},{1.0,-6}}"/>
22            </Window>
23            <Window Type="TaharezLook/ScrollablePane" Name="orxonox/Inventory/TabControl/TabUsable">
24                <Property Name="Text" Value="Usable" />
25                <Property Name="UnifiedPosition" Value="{{0.0,3},{0.0,3}}"/>
26                <Property Name="UnifiedSize" Value="{{1.0,-6},{1.0,-6}}"/>
27            </Window>
28        </Window>
29
30        <Event Name="WindowUpdate" Function="PickupInventory.update" />
31    </Window>
32</GUILayout>
Note: See TracBrowser for help on using the repository browser.