Browse Source

Increase minimum window size.

tags/v2.2.2
Andrew Belt 1 year ago
parent
commit
a811a9c78a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/window/Window.cpp

+ 1
- 1
src/window/Window.cpp View File

@@ -27,7 +27,7 @@ namespace rack {
namespace window {


static const math::Vec WINDOW_SIZE_MIN = math::Vec(480, 320);
static const math::Vec WINDOW_SIZE_MIN = math::Vec(640, 480);


Font::~Font() {


Loading…
Cancel
Save