Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2012, 3:09:07 PM (12 years ago)
Author:
huttemat
Message:

many bugfixes, code cleanup, documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shipSelection/data/gui/layouts/ShipSelectionMenu.layout

    r9074 r9201  
    1717            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1818            <Property Name="VertFormatting" Value="TopAligned" />
    19             <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.15,0},{0.8,0},{0.7,0}}" />
     19            <Property Name="UnifiedAreaRect" Value="{{0.2,0},{0.15,0},{0.8,0},{0.7,0}}" /> 
    2020            <Window Type="MenuWidgets/TabControl" Name="orxonox/ShipSelectionTabControl" >
    2121                <Property Name="TabHeight" Value="{0,26.4388}" />
    2222                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    2323                <Property Name="TabPanePosition" Value="Top" />
    24                 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.1,0},{0.95,0},{0.925,0}}" />
     24                <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.1,0},{0.95,0},{0.925,0}}" />
     25               
    2526            </Window>   
    26             <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionLevelImage" >
     27           
     28            <!-- TODO: Ship Description and Image
     29            <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionShipImage" >
    2730                <Property Name="AlwaysOnTop" Value="True" />
    2831                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     
    3538                <Property Name="HorzScrollbar" Value="True" />
    3639                <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.725,0},{0.9,0},{0.875,0}}" />
    37             </Window>
     40            </Window>-->
    3841                 
    3942        </Window>
     
    4447            <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionStartButton_clicked"/>
    4548        </Window>
    46         <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionConfigButton" >
     49        <!-- TODO: set ship properties
     50        <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionConfigButton" >
    4751            <Property Name="Text" Value="Configure" />
    4852            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     
    5054            <Property Name="Disabled" Value="True" />
    5155            <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionConfigButton_clicked"/>
    52         </Window>
     56        </Window> -->
    5357        <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionBackButton" >
    5458            <Property Name="Text" Value="Back" />
Note: See TracChangeset for help on using the changeset viewer.