forked from organicmaps/organicmaps-tmp
Fixed font size
This commit is contained in:
parent
94f905c00c
commit
b2fac0a1fa
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue