mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 00:32:33 +00:00
decrease default bottom panel size
This commit is contained in:
@@ -113,7 +113,7 @@ export const settings = {
|
|||||||
fileOrder: dexieSettingStore<string[]>('fileOrder', []),
|
fileOrder: dexieSettingStore<string[]>('fileOrder', []),
|
||||||
defaultOpacity: dexieSettingStore('defaultOpacity', 0.7),
|
defaultOpacity: dexieSettingStore('defaultOpacity', 0.7),
|
||||||
defaultWeight: dexieSettingStore('defaultWeight', 5),
|
defaultWeight: dexieSettingStore('defaultWeight', 5),
|
||||||
bottomPanelSize: dexieSettingStore('bottomPanelSize', 192),
|
bottomPanelSize: dexieSettingStore('bottomPanelSize', 170),
|
||||||
rightPanelSize: dexieSettingStore('rightPanelSize', 240),
|
rightPanelSize: dexieSettingStore('rightPanelSize', 240),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user