Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2009, 1:12:13 PM (14 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/SettingsMenu.layout

    r6233 r6334  
    88        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    99        <Property Name="BackgroundEnabled" Value="False" />
    10 
    1110        <Window Type="TaharezLook/StaticText" Name="orxonox/SettingsWindow" >
    1211            <Property Name="Text" Value="Settings" />
     
    1615            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    1716            <Property Name="VertFormatting" Value="TopAligned" />
    18             <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}}" />
    1918            <Window Type="TaharezLook/Button" Name="orxonox/GameplayButton" >
    2019                <Property Name="Text" Value="Gameplay" />
     
    6059            <Property Name="Text" Value="Back" />
    6160            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    62             <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.625,0},{0.6,0},{0.675,0}}" />
     61            <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" />
    6362            <Event Name="Clicked" Function="SettingsMenu.SettingsBackButton_clicked"/>
    6463        </Window>
Note: See TracChangeset for help on using the changeset viewer.