make cel navtab image have lower dimensions

This commit is contained in:
Dys 2022-03-23 20:07:03 +08:00
parent d081de0ec9
commit e7a19f429a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 693 KiB

View File

@ -94,7 +94,7 @@ export default {
fit: false,
zoomScaleSensitivity: 0.3,
minZoom: 0.64,
maxZoom: 3,
maxZoom: 1.5,
beforePan: panLimiter,
});
if (CelestialNavigationViewportCache.pan) this.panZoom.pan(CelestialNavigationViewportCache.pan);