From 67266af1ae94af0e92ab91b3ea38030c34852ebb Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Wed, 30 Oct 2019 16:59:32 -0400 Subject: [PATCH] fix layout issue introduced by #1991 --- ElectronClient/app/gui/MainScreen.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ElectronClient/app/gui/MainScreen.jsx b/ElectronClient/app/gui/MainScreen.jsx index 5cce85b80..1f1d67f37 100644 --- a/ElectronClient/app/gui/MainScreen.jsx +++ b/ElectronClient/app/gui/MainScreen.jsx @@ -390,6 +390,7 @@ class MainScreenComponent extends React.Component { }; if (isNoteListVisible === false) { + this.styles_.noteList.width = 0; this.styles_.noteList.display = 'none'; this.styles_.verticalResizer.display = 'none'; }