From a811a9c78a4876824a2f721d91bdebced6a1a387 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 19 Dec 2022 19:32:27 -0500 Subject: [PATCH] Increase minimum window size. --- src/window/Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window/Window.cpp b/src/window/Window.cpp index 313fe722..164db77b 100644 --- a/src/window/Window.cpp +++ b/src/window/Window.cpp @@ -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() {