Changeset 9201 for code/branches/shipSelection/data/gui/layouts
- Timestamp:
- May 18, 2012, 3:09:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/shipSelection/data/gui/layouts/ShipSelectionMenu.layout
r9074 r9201 17 17 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 18 18 <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}}" /> 20 20 <Window Type="MenuWidgets/TabControl" Name="orxonox/ShipSelectionTabControl" > 21 21 <Property Name="TabHeight" Value="{0,26.4388}" /> 22 22 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 23 23 <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 25 26 </Window> 26 <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionLevelImage" > 27 28 <!-- TODO: Ship Description and Image 29 <Window Type="MenuWidgets/StaticImage" Name="orxonox/ShipSelectionShipImage" > 27 30 <Property Name="AlwaysOnTop" Value="True" /> 28 31 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 35 38 <Property Name="HorzScrollbar" Value="True" /> 36 39 <Property Name="UnifiedAreaRect" Value="{{0.1,0},{0.725,0},{0.9,0},{0.875,0}}" /> 37 </Window> 40 </Window>--> 38 41 39 42 </Window> … … 44 47 <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionStartButton_clicked"/> 45 48 </Window> 46 <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionConfigButton" > 49 <!-- TODO: set ship properties 50 <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionConfigButton" > 47 51 <Property Name="Text" Value="Configure" /> 48 52 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 50 54 <Property Name="Disabled" Value="True" /> 51 55 <Event Name="Clicked" Function="ShipSelectionMenu.ShipSelectionConfigButton_clicked"/> 52 </Window> 56 </Window> --> 53 57 <Window Type="MenuWidgets/Button" Name="orxonox/ShipSelectionBackButton" > 54 58 <Property Name="Text" Value="Back" />
Note: See TracChangeset
for help on using the changeset viewer.