This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
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
aea660c3b9
commit
0cb6fa93e8
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dep/nanovg
+1
-1
dep/oui-blendish
+1
-1
src/ui/Label.cpp
+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 = 1
1
;
fontSize = 1
3
;
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 1
1
#define BND_LABEL_FONT_SIZE 1
3
void MenuItem::draw(const DrawArgs& args) {
Write
Preview
Loading…
Cancel
Save