More UI tweaks (better title font for popups for example)

This commit is contained in:
Henrik Rydgard
2013-08-14 23:29:57 +02:00
parent 8b99d999ed
commit b0c0911dca
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -429,6 +429,7 @@ void NativeInitGraphics() {
ui_theme.itemFocusedStyle.background = UI::Drawable(0xCC909080);
ui_theme.itemDownStyle.background = UI::Drawable(0xFFFFc080);
ui_theme.itemDownStyle.fgColor = 0xFF000000;
ui_theme.popupTitle.fgColor = 0xFFE5B533;
ui_draw2d.Init();
ui_draw2d_front.Init();