Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2010, 12:15:34 AM (15 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.

File:
1 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" />
Note: See TracChangeset for help on using the changeset viewer.