From 5d46d763e13ea41dc293cce0b6e934ad85d1a764 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Fri, 12 May 2023 16:59:10 +1200 Subject: [PATCH] set columnSplitter minSize operations to 360 to avoid confusion --- src/web/App.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/App.mjs b/src/web/App.mjs index 88b322ed..e437c025 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -313,7 +313,7 @@ class App { this.columnSplitter = Split(["#operations", "#recipe", "#IO"], { sizes: [20, 30, 50], - minSize: minimise ? [0, 0, 0] : [20, 330, 310], + minSize: minimise ? [0, 0, 0] : [360, 330, 310], gutterSize: 4, expandToMin: true, onDrag: debounce(function() {