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/MouseControlsMenu.layout

    r6251 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 Type="TaharezLook/StaticText" Name="orxonox/MouseNormalSensitivity" >
    1919                <Property Name="Text" Value="Sensitivity (normal mode)                                      " />
     
    8181            <Property Name="Text" Value="Back" />
    8282            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    83             <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" />
     83            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" />
    8484            <Event Name="Clicked" Function="MouseControlsMenu.MouseControlsBackButton_clicked"/>
    85         </Window>
    86         <Window Type="TaharezLook/StaticText" Name="orxonox/MouseControlsAvailable" >
    87             <Property Name="Text" Value="The invert mouse button is not yet available." />
    88             <Property Name="TextColours" Value="FFFF0000" />
    89             <Property Name="InheritsAlpha" Value="False" />
    90             <Property Name="HorzFormatting" Value="HorzCentred" />
    91             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    92             <Property Name="VertFormatting" Value="TopAligned" />
    93             <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.75,0},{0.75,0},{0.8,0}}" />
    9485        </Window>
    9586    </Window>
Note: See TracChangeset for help on using the changeset viewer.