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} />