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
Increase minimum window size.
tags/v2.2.2
Andrew Belt
1 year ago
parent
8f432d536b
commit
a811a9c78a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/window/Window.cpp
+ 1
- 1
src/window/Window.cpp
View File
@@ -27,7 +27,7 @@ namespace rack {
namespace window {
namespace window {
static const math::Vec WINDOW_SIZE_MIN = math::Vec(
480, 32
0);
static const math::Vec WINDOW_SIZE_MIN = math::Vec(
640, 48
0);
Font::~Font() {
Font::~Font() {
Write
Preview
Loading…
Cancel
Save