Changeset 7639 for code/branches/releasetodo/data/gui/layouts
- Timestamp:
- Nov 11, 2010, 12:30:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/releasetodo/data/gui/layouts/SingleplayerMenu.layout
r7626 r7639 20 20 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.15,0},{0.95,0},{0.85,0}}" /> 21 21 </Window> 22 <Window Type="MenuWidgets/RadioButton" Name="orxonox/SingleplayerShowRestrictedButton" > 23 <Property Name="Text" Value="show only restricted" /> 24 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 25 <Property Name="UnifiedAreaRect" Value="{{0.15,0},{0.87,0},{0.5,0},{.97,0}}" /> 26 <Event Name="SelectStateChanged" Function="SingleplayerMenu.SingleplayerShowRestrictedButton_clicked"/> 27 </Window> 28 <Window Type="MenuWidgets/RadioButton" Name="orxonox/SingleplayerShowAllButton" > 22 <Window Type="MenuWidgets/Checkbox" Name="orxonox/SingleplayerShowAllCheckbox" > 29 23 <Property Name="Text" Value="show all" /> 30 24 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 31 <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.87,0},{0.8 5,0},{.97,0}}" />32 <Event Name=" SelectStateChanged" Function="SingleplayerMenu.SingleplayerShowAllButton_clicked"/>25 <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.87,0},{0.8,0},{.97,0}}" /> 26 <Event Name="CheckStateChanged" Function="SingleplayerMenu.SingleplayerShowAll_clicked"/> 33 27 </Window> 34 28 </Window>
Note: See TracChangeset
for help on using the changeset viewer.