mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Temporary workaround for font baseline issue
Quick temporary fix for #8505 for the release of R28.
(cherry picked from commit 2483e7172b)
Signed-off-by: phosit <phosit@autistici.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/**
|
||||
* Override style so we can get a bigger primary name.
|
||||
*/
|
||||
g_TooltipTextFormats.namePrimaryBig.font = "sans-bold-20";
|
||||
// Temporarily overwritten in order to hide a baseline issue in the font engine.
|
||||
g_TooltipTextFormats.namePrimaryBig.font = /* "sans-bold-20" */ "sans-bold-16";
|
||||
g_TooltipTextFormats.namePrimarySmall.font = "sans-bold-16";
|
||||
g_TooltipTextFormats.nameSecondary.font = "sans-bold-16";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user