Browse Source

Revert "Set font size from 13 to 11, to match the old size after a particular nanovg update."

This reverts commit 317b10ca1a.
master
Andrew Belt 3 years ago
parent
commit
910847b533
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      blendish.h

+ 1
- 1
blendish.h View File

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


Loading…
Cancel
Save