Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11123


Ignore:
Timestamp:
Feb 20, 2016, 6:26:44 PM (8 years ago)
Author:
landauf
Message:

fixed some errors: use 0.8-notation for images

Location:
data/branches/cegui0.8/gui/looknfeels
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • data/branches/cegui0.8/gui/looknfeels/OrxonoxLook.looknfeel

    r11120 r11123  
    99        <PropertyDefinition initialValue="CentreAligned" name="HorzLabelFormatting" />
    1010        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
    11         <PropertyDefinition initialValue="set:OrxonoxLook image:ButtonMiddleNormal" name="NormalImageBackground" redrawOnWrite="true" />
    12         <PropertyDefinition initialValue="set:OrxonoxLook image:ButtonRightNormal" name="NormalImageRightEdge" redrawOnWrite="true" />
    13         <PropertyDefinition initialValue="set:OrxonoxLook image:ButtonLeftNormal" name="NormalImageLeftEdge" redrawOnWrite="true" />
     11        <PropertyDefinition initialValue="OrxonoxLook/ButtonMiddleNormal" name="NormalImageBackground" redrawOnWrite="true" />
     12        <PropertyDefinition initialValue="OrxonoxLook/ButtonRightNormal" name="NormalImageRightEdge" redrawOnWrite="true" />
     13        <PropertyDefinition initialValue="OrxonoxLook/ButtonLeftNormal" name="NormalImageLeftEdge" redrawOnWrite="true" />
    1414        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
    1515        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
     
    55395539        <PropertyDefinition initialValue="FFFFFFFF" name="TextColour" redrawOnWrite="true" />
    55405540        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
    5541         <PropertyDefinition initialValue="set:OrxonoxLook image:ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
     5541        <PropertyDefinition initialValue="OrxonoxLook/ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
    55425542        <PropertyDefinition initialValue="FF4444AA" name="SelectionColour" redrawOnWrite="true" />
    55435543        <Property name="Selectable" value="True" />
  • data/branches/cegui0.8/gui/looknfeels/TaharezGreenLook.looknfeel

    r11120 r11123  
    99        <PropertyDefinition initialValue="CentreAligned" name="HorzLabelFormatting" />
    1010        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
    11         <PropertyDefinition initialValue="set:TaharezGreenLook image:ButtonMiddleNormal" name="NormalImageBackground" redrawOnWrite="true" />
    12         <PropertyDefinition initialValue="set:TaharezGreenLook image:ButtonRightNormal" name="NormalImageRightEdge" redrawOnWrite="true" />
    13         <PropertyDefinition initialValue="set:TaharezGreenLook image:ButtonLeftNormal" name="NormalImageLeftEdge" redrawOnWrite="true" />
     11        <PropertyDefinition initialValue="TaharezGreenLook/ButtonMiddleNormal" name="NormalImageBackground" redrawOnWrite="true" />
     12        <PropertyDefinition initialValue="TaharezGreenLook/ButtonRightNormal" name="NormalImageRightEdge" redrawOnWrite="true" />
     13        <PropertyDefinition initialValue="TaharezGreenLook/ButtonLeftNormal" name="NormalImageLeftEdge" redrawOnWrite="true" />
    1414        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
    1515        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
     
    55385538        <PropertyDefinition initialValue="FFFFFFFF" name="TextColour" redrawOnWrite="true" />
    55395539        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
    5540         <PropertyDefinition initialValue="set:TaharezGreenLook image:ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
     5540        <PropertyDefinition initialValue="TaharezGreenLook/ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
    55415541        <PropertyDefinition initialValue="FF4444AA" name="SelectionColour" redrawOnWrite="true" />
    55425542        <Property name="Selectable" value="True" />
  • data/branches/cegui0.8/gui/looknfeels/TaharezLook.looknfeel

    r11120 r11123  
    54705470        <PropertyDefinition initialValue="FFFFFFFF" name="TextColour" redrawOnWrite="true" />
    54715471        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
    5472         <PropertyDefinition initialValue="set:TaharezLook image:ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
     5472        <PropertyDefinition initialValue="TaharezLook/ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
    54735473        <PropertyDefinition initialValue="FF4444AA" name="SelectionColour" redrawOnWrite="true" />
    54745474        <Property name="Selectable" value="True" />
  • data/branches/cegui0.8/gui/looknfeels/WindowsLook.looknfeel

    r11120 r11123  
    15711571        <PropertyDefinition initialValue="FF000000" name="TextColour" redrawOnWrite="true" />
    15721572        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
    1573         <PropertyDefinition initialValue="set:WindowsLook image:Background" name="SelectionBrush" redrawOnWrite="true" />
     1573        <PropertyDefinition initialValue="WindowsLook/Background" name="SelectionBrush" redrawOnWrite="true" />
    15741574        <PropertyDefinition initialValue="FF3030FF" name="SelectionColour" redrawOnWrite="true" />
    15751575        <Property name="Selectable" value="True" />
Note: See TracChangeset for help on using the changeset viewer.