From c76329e671f7c6fa82d1efa1292afe9574306ade Mon Sep 17 00:00:00 2001 From: azivner Date: Thu, 6 Sep 2018 12:02:42 +0200 Subject: [PATCH] increased default min pane width to 350px --- db/migrations/0113__left_pane_size_options.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrations/0113__left_pane_size_options.sql b/db/migrations/0113__left_pane_size_options.sql index efbcad860..42417ef8d 100644 --- a/db/migrations/0113__left_pane_size_options.sql +++ b/db/migrations/0113__left_pane_size_options.sql @@ -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); \ No newline at end of file