SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Use UIFlexItem for Widgets #64

Closed SirMallard closed 2 months ago

SirMallard commented 2 months ago

With the full release of UIFlexItems out of Beta and available to clients, widgets can start using UIFlexItems.

There are two places where UIFlexItems can be used:

  1. Window child containers to fill the full window height after the title and menu bar.
  2. Window title bar text to fill the full width and clip properly with the collapse and close buttons.

Closes #46