mirror of
https://github.com/canna71/obsidian-sheets.git
synced 2026-07-22 08:30:27 +00:00
Increased default height
This commit is contained in:
parent
55d38c24df
commit
8c4bc63cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue