From 772bc7dbc7ad4aab23d39d4b6e9b6f044f269a6e Mon Sep 17 00:00:00 2001 From: rzvxa Date: Wed, 4 Oct 2023 03:17:36 +0330 Subject: [PATCH] Console tool is open by default --- src/renderer/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/Layout.tsx b/src/renderer/components/Layout.tsx index dc4b845..8482ae1 100644 --- a/src/renderer/components/Layout.tsx +++ b/src/renderer/components/Layout.tsx @@ -132,7 +132,7 @@ export default function Layout() { const [primaryToolBoxWidth, setPrimaryToolBoxWidth] = React.useState(300); const [bottomToolBoxHeight, setBottomToolBoxHeight] = - React.useState(0); + React.useState(200); const [activePrimaryToolIndex, setActivePrimaryToolIndex] = React.useState(0); const [activeBottomToolIndex, setActiveBottomToolIndex] = React.useState(0);