From 317b10ca1ad836d4bd7cd82c97c0a5e396b20f5b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 30 May 2021 17:43:56 -0400 Subject: [PATCH] Set font size from 13 to 11, to match the old size after a particular nanovg update. --- blendish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blendish.h b/blendish.h index 81b6f1d..036147b 100644 --- a/blendish.h +++ b/blendish.h @@ -1148,7 +1148,7 @@ static double bnd_fmax ( double a, double b ) //////////////////////////////////////////////////////////////////////////////// // default text size -#define BND_LABEL_FONT_SIZE 13 +#define BND_LABEL_FONT_SIZE 11 // default text padding in inner box #define BND_PAD_LEFT 8