I did a find in files in the looknfeel to change name="NormalTextColour" initialValue="FF5fb8bb" etc. and did so for
NormalTextColour
HoverTextColour
PushedTextColour
DisabledTextColour
So now the text color of my buttons are right, but my static text is still white. What do I change for that?
How to set default text color for StaticText in looknfeel?
Moderators: CEGUI MVP, CEGUI Team
-
- Just popping in
- Posts: 3
- Joined: Wed Jun 11, 2008 02:10
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
In the looknfeel file, find the WidgetLook definition for the static text, then modify the property specifier for "TextColours" (or add it if it is missing).
For example, in WindowsLook.looknfeel, line 3776:
Sets the default colour to black, adding this line in vanilla looknfeel would have the same effect.
HTH
CE
For example, in WindowsLook.looknfeel, line 3776:
Code: Select all
<Property name="TextColours" value="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" />
Sets the default colour to black, adding this line in vanilla looknfeel would have the same effect.
HTH
CE
Who is online
Users browsing this forum: No registered users and 9 guests