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);