Changeset 6266 for code/branches/presentation2/data/gui/layouts
- Timestamp:
- Dec 7, 2009, 9:45:39 PM (15 years ago)
- Location:
- code/branches/presentation2/data/gui/layouts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/layouts/KeyBindMenu.layout
r6224 r6266 2 2 3 3 <GUILayout > 4 <Window Type="DefaultWindow" Name="orxonox/KeyBind Background" >4 <Window Type="DefaultWindow" Name="orxonox/KeyBindMenu/Background" > 5 5 <Property Name="InheritsAlpha" Value="False" /> 6 6 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> … … 14 14 <Property Name="VertFormatting" Value="TopAligned" /> 15 15 <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.325,0},{0.75,0},{0.6,0}}" /> 16 <Window Type="TaharezLook/ScrollablePane" Name="orxonox/KeyBindPane /" >16 <Window Type="TaharezLook/ScrollablePane" Name="orxonox/KeyBindPane" > 17 17 <Property Name="ContentArea" Value="l:0 t:0 r:0 b:0" /> 18 18 <Property Name="HorzStepSize" Value="0.1" /> … … 24 24 <Property Name="HorzScrollPosition" Value="0" /> 25 25 <Property Name="VertScrollPosition" Value="0" /> 26 <AutoWindow NameSuffix="__auto_container__" >27 <Property Name="ContentArea" Value="l:0 t:0 r:0 b:0" />28 <Property Name="ChildExtentsArea" Value="l:0 t:0 r:0 b:0" />29 </AutoWindow>30 26 </Window> 31 27 </Window> … … 34 30 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 35 31 <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" /> 32 <Event Name="Clicked" Function="KeyBindMenu.KeyBindBackButton_clicked"/> 36 33 </Window> 37 34 </Window>
Note: See TracChangeset
for help on using the changeset viewer.