From a46fe65378658ba90ecda7879cad8cc53d1d9623 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 30 May 2006 12:29:32 +0000 Subject: A quick hack to let PSP gui use bigger fonts. Proper solution is to add possibility to specify font for each widget class svn-id: r22770 --- gui/ThemeNew.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index bb05e477a7..9fc9c06eda 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -1427,7 +1427,7 @@ void ThemeNew::setupFont(String key, String name, kFontStyle style) { } void ThemeNew::setupFonts() { - if (_screen.w >= 400 && _screen.h >= 300) { + if (_screen.w >= 400 && _screen.h >= 270) { setupFont("fontfile_bold", FONT_NAME_BOLD, kFontStyleBold); setupFont("fontfile_normal", FONT_NAME_NORMAL, kFontStyleNormal); setupFont("fontfile_italic", FONT_NAME_ITALIC, kFontStyleItalic); -- cgit v1.2.3