decrease default bottom panel size
This commit is contained in:
parent
c7adcb8883
commit
d11ed1e5b0
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue