Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2009, 1:46:28 PM (14 years ago)
Author:
dafrick
Message:

Removed empty lines.
Adjusted size of boxes in KeyBindMenu so that the text is displayed properly.
Regarding the bug: Found the reason why this happens. The problem is, that apparently CEGUI doesn't allow for windows bigger than the displayed screen, which means, that any window that is bigger than the scrren size isn'f fully displayed. I have no idea how to circumvent this, but I'll keep looking.

File:
1 edited

Legend:

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

    r6334 r6335  
    11<?xml version="1.0" encoding="UTF-8"?>
    22
    3 
    4 
    53<GUILayout >
    6 
    74    <Window Type="DefaultWindow" Name="orxonox/DecisionPopup_RootWindow" >
    8 
    95        <Property Name="InheritsAlpha" Value="False" />
    10 
    116        <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    12 
    137        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    14 
    158        <Window Type="TaharezLook/StaticImage" Name="orxonox/DecisionPopup_Background" >
    16 
    17             <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    18 
     9            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /
    1910            <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    20 
    2111            <Property Name="Alpha" Value="0.6" />
    22 
    2312            <Window Type="TaharezLook/Button" Name="orxonox/DecisionPopup_button_yes" >
    24 
    2513                <Property Name="Font" Value="BlueHighway-12" />
    26 
    2714                <Property Name="Text" Value="Yes" />
    28 
    2915                <Property Name="Alpha" Value="0.7" />
    30 
    3116                <Property Name="InheritsAlpha" Value="False" />
    32  
    3317                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    34 
    3518                <Property Name="UnifiedAreaRect" Value="{{0.2875,0},{0.5625,0},{0.4875,0},{0.6125,0}}" />
    36 
    3719                <Event Name="Clicked" Function="DecisionPopup.button_yes"/>
    38 
    3920            </Window>
    40 
    4121            <Window Type="TaharezLook/Button" Name="orxonox/DecisionPopup_button_no" >
    42 
    4322                <Property Name="Font" Value="BlueHighway-12" />
    44 
    4523                <Property Name="Text" Value="No" />
    46 
    4724                <Property Name="Alpha" Value="0.8" />
    48 
    4925                <Property Name="InheritsAlpha" Value="False" />
    50  
    5126                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    52 
    5327                <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.5625,0},{0.7125,0},{0.6125,0}}" />
    54 
    5528                <Event Name="Clicked" Function="DecisionPopup.button_no"/>
    56 
    5729            </Window>
    58 
    5930            <Window Type="TaharezLook/StaticText" Name="orxonox/DecisionPopup_text" >
    60 
    6131                <Property Name="Text" Value="Template text" />
    62 
    6332                <Property Name="HorzFormatting" Value="WordWrapCentred" />
    64 
    6533                <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
    66 
    6734                <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.4375,0},{0.75,0},{0.5375,0}}" />
    68 
    6935                <Property Name="InheritsAlpha" Value="False" />
    70  
    7136                <Property Name="Alpha" Value="0.8" />
    72 
    7337            </Window>
    74 
    7538        </Window>
    76 
    7739    </Window>
    78 
    7940</GUILayout>
Note: See TracChangeset for help on using the changeset viewer.