Browse Source

Smallest font size was a bit too small.

newinvert
Jeff Young 2 years ago
parent
commit
6b1d00a528
  1. 2
      common/preview_items/preview_utils.cpp

2
common/preview_items/preview_utils.cpp

@ -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;

Loading…
Cancel
Save