Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2009, 5:18:23 PM (16 years ago)
Author:
bknecht
Message:

media update for a working main menu. I hope this does not destroy something, I think it shouldn't.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/gui/layouts/MainMenu_2.layout

    r5496 r5527  
    1111            <Property Name="UnifiedSize" Value="{{0.15,0},{0.05,0}}"/>
    1212            <Property Name="Text" Value="Standalone"/>
     13            <Property Name="Disabled" Value="true"/>
    1314            <Event Name="Clicked" Function="mainmenu_2.button_standalone_clicked"/>
     15        </Window>
     16       
     17        <Window Type="TaharezLook/Listbox" Name="orxonox/LevelListbox">
     18            <Property Name="UnifiedPosition" Value="{{0.4,0},{0.3,0}}"/>
     19            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     20            <Property Name="UnifiedSize" Value="{{0.35,0},{0.33,0}}" />
     21            <Property Name="Tooltip" Value="Available Levels." />
     22            <Event Name="ItemSelectionChanged" Function="mainmenu_2.listbox_level_selectionchanged" />
    1423        </Window>
    1524       
Note: See TracChangeset for help on using the changeset viewer.