Browse Source

Revert to old font size behavior with NanoVG. This keep font sizes consistent.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
0cb6fa93e8
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      dep/nanovg
  2. +1
    -1
      dep/oui-blendish
  3. +1
    -1
      src/ui/Label.cpp
  4. +1
    -1
      src/ui/MenuItem.cpp

+ 1
- 1
dep/nanovg

@@ -1 +1 @@
Subproject commit d201a1cf69940450960db87c8e30b883087c9d01
Subproject commit 911b7edf17a8332e99dd6f4aa1b3d6f301541f0b

+ 1
- 1
dep/oui-blendish

@@ -1 +1 @@
Subproject commit 317b10ca1ad836d4bd7cd82c97c0a5e396b20f5b
Subproject commit 910847b53396fd394e5fa25c3430caea02a3fe70

+ 1
- 1
src/ui/Label.cpp View File

@@ -7,7 +7,7 @@ namespace ui {

Label::Label() {
box.size.y = BND_WIDGET_HEIGHT;
fontSize = 11;
fontSize = 13;
color = bndGetTheme()->regularTheme.textColor;
}



+ 1
- 1
src/ui/MenuItem.cpp View File

@@ -6,7 +6,7 @@ namespace rack {
namespace ui {


#define BND_LABEL_FONT_SIZE 11
#define BND_LABEL_FONT_SIZE 13


void MenuItem::draw(const DrawArgs& args) {


Loading…
Cancel
Save