entirely different approach to layout

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-03-16 13:25:39 +01:00
parent 43bac6c5cf
commit fb020e22c7
4 changed files with 157 additions and 94 deletions
@@ -128,6 +128,10 @@ export class WaScaleManager {
this.applyNewSize();
}
public getActualZoom(): number {
return this.actualZoom;
}
/**
* This is used to scale back the ui components to counter-act the zoom.
*/