From 8c4bc63cc3d19e36425f3384d75fccdcb2c385f9 Mon Sep 17 00:00:00 2001 From: Gabriele Cannata Date: Sun, 30 Jul 2023 17:43:08 +0200 Subject: [PATCH] Increased default height --- src/Views/SheetView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/SheetView.ts b/src/Views/SheetView.ts index 90b4e52..3c3dff4 100644 --- a/src/Views/SheetView.ts +++ b/src/Views/SheetView.ts @@ -39,7 +39,7 @@ function resolve_book_type(fileName: string): XLSX.BookType { } const DEFAULT_OPTIONS = { - height: 400, + height: 500, width: "auto", rows: 100, cols: 26,