fix default panel sizes

This commit is contained in:
Maze Winther 2026-02-01 12:32:28 +01:00
parent 748856f4c4
commit 4cd15fcf00
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export const PANEL_CONFIG = {
tools: 25,
preview: 50,
properties: 25,
mainContent: 70,
timeline: 30,
mainContent: 50,
timeline: 50,
},
};