Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2009, 1:12:13 PM (15 years ago)
Author:
cmueri
Message:

All the menus (inclusive InGameMenus) have an equal design, some menus have a larger window. They should be ready to presentate now.
BUG REPORT in KeyBindMenu: If there are >4 buttons in a row, the GUI doesn't show those correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/layouts/MultiplayerOptionsMenu.layout

    r6206 r6334  
    1515            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1616            <Property Name="VertFormatting" Value="TopAligned" />
    17             <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.325,0},{0.75,0},{0.6,0}}" />
     17            <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.3625,0},{0.75,0},{0.6375,0}}" />
    1818        </Window>
    1919        <Window Type="TaharezLook/Button" Name="orxonox/MultiplayerOptionsBackButton" >
     
    2323            <Event Name="Clicked" Function="MultiplayerOptionsMenu.MultiplayerOptionsBackButton_clicked"/>
    2424        </Window>
    25         <Window Type="TaharezLook/StaticText" Name="orxonox/MultiplayerOptionsAvailable" >
    26             <Property Name="Text" Value="The multiplayer options menu is not yet available." />
    27             <Property Name="TextColours" Value="FFFF0000" />
    28             <Property Name="InheritsAlpha" Value="False" />
    29             <Property Name="HorzFormatting" Value="HorzCentred" />
    30             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    31             <Property Name="VertFormatting" Value="TopAligned" />
    32             <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.75,0},{0.75,0},{0.8,0}}" />
    33         </Window>
    3425    </Window>
    3526</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.