Fixed font size

This commit is contained in:
r.kuznetsov 2015-06-25 10:09:41 +03:00
parent 94f905c00c
commit b2fac0a1fa

View file

@ -44,8 +44,7 @@ CountryStatusHelper & DrapeGui::GetCountryStatusHelper()
dp::FontDecl const & DrapeGui::GetGuiTextFont()
{
static dp::FontDecl font(dp::Color(0x4D, 0x4D, 0x4D, 0xDD),
7 * df::VisualParams::Instance().GetVisualScale());
static dp::FontDecl font(dp::Color(0x4D, 0x4D, 0x4D, 0xDD), 14);
return font;
}