From bd808fc47c10820e299c98355ebfca7a5719c828 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 30 Aug 2022 11:01:57 +0300 Subject: [PATCH] Set sidebar min width to 150px to keep readability Signed-off-by: Alex Andreev --- src/renderer/components/layout/main-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/layout/main-layout.tsx b/src/renderer/components/layout/main-layout.tsx index 30d6bc568e..9a5ff95549 100755 --- a/src/renderer/components/layout/main-layout.tsx +++ b/src/renderer/components/layout/main-layout.tsx @@ -54,7 +54,7 @@ class NonInjectedMainLayout extends React.Component sidebarWidth} onDrag={this.onSidebarResize} onDoubleClick={() => this.onSidebarResize(defaultSidebarWidth)} - minExtent={120} + minExtent={150} maxExtent={400} />