Smallest font size was a bit too small.

This commit is contained in:
Jeff Young
2023-12-18 14:24:04 +00:00
parent 25c03da5a5
commit 6b1d00a528
+1 -1
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;