feat: update tools panel size from 25 to 45

This commit is contained in:
Maze Winther 2025-06-30 23:35:57 +02:00
parent 50e3d92b92
commit 1fa4c9c72f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { create } from "zustand";
import { persist } from "zustand/middleware";
const DEFAULT_PANEL_SIZES = {
toolsPanel: 25,
toolsPanel: 45,
previewPanel: 75,
propertiesPanel: 20,
mainContent: 70,