Browse Source

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

master
Andrew Belt 3 years ago
parent
commit
317b10ca1a
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 13
#define BND_LABEL_FONT_SIZE 11

// default text padding in inner box
#define BND_PAD_LEFT 8


Loading…
Cancel
Save