Michael-48 / Iris

Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://michael-48.github.io/Iris/
MIT License
162 stars 26 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