Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6545


Ignore:
Timestamp:
Mar 18, 2010, 12:15:34 AM (14 years ago)
Author:
rgrieder
Message:

It seems we don't usually define the fonts used in widgets manually.
So I removed the manual overrides because they were probably not intended. It doesn't make a difference anyway.

Location:
code/branches/gamestate/data/gui/layouts
Files:
3 edited

Legend:

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

    r6417 r6545  
    1111            <Property Name="Alpha" Value="0.6" />
    1212            <Window Type="TaharezLook/Button" Name="orxonox/DecisionPopup_button_yes" >
    13                 <Property Name="Font" Value="BlueHighway-12" />
    1413                <Property Name="Text" Value="Yes" />
    1514                <Property Name="Alpha" Value="0.7" />
     
    2019            </Window>
    2120            <Window Type="TaharezLook/Button" Name="orxonox/DecisionPopup_button_no" >
    22                 <Property Name="Font" Value="BlueHighway-12" />
    2321                <Property Name="Text" Value="No" />
    2422                <Property Name="Alpha" Value="0.8" />
  • code/branches/gamestate/data/gui/layouts/InGameMenu.layout

    r6417 r6545  
    77        <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" />
    88        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_ReturnButton" >
    9             <Property Name="Font" Value="BlueHighway-12" />
    109            <Property Name="Text" Value="Return to Game" />
    1110            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     
    1514        </Window>
    1615        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_MainMenuButton" >
    17             <Property Name="Font" Value="BlueHighway-12" />
    1816            <Property Name="Text" Value="Main Menu" />
    1917            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     
    2321        </Window>
    2422        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_SettingsButton" >
    25             <Property Name="Font" Value="BlueHighway-12" />
    2623            <Property Name="Text" Value="Settings" />
    2724            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
     
    3128        </Window>
    3229        <Window Type="TaharezLook/Button" Name="orxonox/InGameMenu_QuitButton" >
    33             <Property Name="Font" Value="BlueHighway-12" />
    3430            <Property Name="Text" Value="Quit" />
    3531            <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />
  • code/branches/gamestate/data/gui/layouts/InfoPopup.layout

    r6417 r6545  
    1111            <Property Name="Alpha" Value="0.7" />
    1212            <Window Type="TaharezLook/Button" Name="orxonox/InfoPopup_close" >
    13                 <Property Name="Font" Value="BlueHighway-12" />
    1413                <Property Name="Text" Value="Close" />
    1514                <Property Name="Alpha" Value="0.7" />
Note: See TracChangeset for help on using the changeset viewer.