FancyMenu [Fabric] [MOVED TO NEW PROJECT]

FancyMenu [Fabric] [MOVED TO NEW PROJECT]

16M Downloads

Per-Element Auto-Scaling

Keksuccino opened this issue ยท 0 comments

commented
  • Add a toggle for every element to enable an auto-scale-like mode.
  • This mode does not actually scales the element, but adjusts its size depending on the window size.
  • In this mode, every time the element gets resized, it internally saves the current window size for element size calculation.
  • In this mode, every time the element loads, it calculates its size by its base size AND the cached window size in combination with the current window size (just like layout auto-scaling works).