feat: update tools panel size from 25 to 45
This commit is contained in:
parent
50e3d92b92
commit
1fa4c9c72f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue