From 910847b53396fd394e5fa25c3430caea02a3fe70 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 14 Jun 2021 01:40:54 -0400 Subject: [PATCH] Revert "Set font size from 13 to 11, to match the old size after a particular nanovg update." This reverts commit 317b10ca1ad836d4bd7cd82c97c0a5e396b20f5b. --- blendish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blendish.h b/blendish.h index 036147b..81b6f1d 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 11 +#define BND_LABEL_FONT_SIZE 13 // default text padding in inner box #define BND_PAD_LEFT 8