mirror of
https://github.com/zadam/trilium.git
synced 2025-01-29 02:18:18 +08:00
increased default min pane width to 350px
This commit is contained in:
parent
c95e409b5e
commit
c76329e671
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
|
||||
VALUES ('leftPaneMinWidth', '300', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
|
||||
VALUES ('leftPaneMinWidth', '350', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
|
||||
|
||||
INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
|
||||
VALUES ('leftPaneWidthPercent', '20', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
|
Loading…
Reference in a new issue