Smallest font size was a bit too small.

This commit is contained in:
Jeff Young 2023-12-18 12:53:43 +00:00
parent 25c03da5a5
commit 6b1d00a528
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ KIGFX::PREVIEW::TEXT_DIMS KIGFX::PREVIEW::GetConstantGlyphHeight( KIGFX::GAL* aG
int aRelativeSize )
{
constexpr double aspectRatio = 1.0;
constexpr double hdpiSizes[] = { 6, 8, 9, 11, 13, 14, 16 };
constexpr double hdpiSizes[] = { 7, 8, 9, 11, 13, 14, 16 };
constexpr double sizes[] = { 8, 10, 12, 14, 15, 16, 18 };
double height;