mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 06:57:12 -04:00
set columnSplitter minSize operations to 360 to avoid confusion
This commit is contained in:
parent
02a4dd5bd3
commit
5d46d763e1
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue