Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use UIFlexItem for Widgets #64

Merged
merged 3 commits into from
Aug 3, 2024
Merged

Use UIFlexItem for Widgets #64

merged 3 commits into from
Aug 3, 2024

Conversation

SirMallard
Copy link
Owner

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

Sir Mallard added 2 commits July 23, 2024 16:44
Changed the WindowTitle to use UIFlex so that the title does not clip.
@SirMallard SirMallard added the enhancement New feature or request label Aug 3, 2024
@SirMallard SirMallard added this to the v2.3.0 milestone Aug 3, 2024
@SirMallard SirMallard self-assigned this Aug 3, 2024
@SirMallard SirMallard linked an issue Aug 3, 2024 that may be closed by this pull request
@SirMallard SirMallard merged commit f0a9df2 into main Aug 3, 2024
2 checks passed
@SirMallard SirMallard deleted the title-flex branch August 3, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixed window update latency issue.
1 participant