Changeset 7012 for code/branches/presentation3/data/gui
- Timestamp:
- May 30, 2010, 1:37:33 PM (14 years ago)
- Location:
- code/branches/presentation3/data/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/gui/layouts/SettingsMenu.layout
r7006 r7012 50 50 <Window Type="MenuWidgets/Button" Name="orxonox/SettingsMenu/MiscellaneousButton" > 51 51 <Property Name="Text" Value="Miscellaneous" /> 52 <Property Name="Disabled" Value="True" />53 52 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 54 53 <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.727272,0},{0.95,0},{0.909090,0}}" /> -
code/branches/presentation3/data/gui/scripts/MiscConfigMenu.lua
r7006 r7012 1 1 -- MiscConfigMenu.lua 2 2 3 local P = createMenuSheet("MiscConfigMenu" )3 local P = createMenuSheet("MiscConfigMenu", true, TriBool.True, TriBool.True) 4 4 5 5 P.commandList = {}
Note: See TracChangeset
for help on using the changeset viewer.