decrease default bottom panel size

This commit is contained in:
vcoppe
2024-06-28 15:42:43 +02:00
parent c7adcb8883
commit d11ed1e5b0

View File

@@ -113,7 +113,7 @@ export const settings = {
fileOrder: dexieSettingStore<string[]>('fileOrder', []),
defaultOpacity: dexieSettingStore('defaultOpacity', 0.7),
defaultWeight: dexieSettingStore('defaultWeight', 5),
bottomPanelSize: dexieSettingStore('bottomPanelSize', 192),
bottomPanelSize: dexieSettingStore('bottomPanelSize', 170),
rightPanelSize: dexieSettingStore('rightPanelSize', 240),
};