You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands TitleBar controls are only shown on mouse over. This is great for circumstances where the buttons, labels, or pick lists would clutter UI if constantly present. However for many use cases, including my own, it is important for these elements to be static and discoverable.
I propose adding an always_show_controls method to TitleBar. This method should prevent the default behavior and always render the TitleBar with it's controls regardless of pointer state.
As it stands TitleBar controls are only shown on mouse over. This is great for circumstances where the buttons, labels, or pick lists would clutter UI if constantly present. However for many use cases, including my own, it is important for these elements to be static and discoverable.
I propose adding an
always_show_controls
method to TitleBar. This method should prevent the default behavior and always render the TitleBar with it's controls regardless of pointer state.I have a test implementation on my fork.
The text was updated successfully, but these errors were encountered: