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

Allow TitleBar controls to be shown always, instead of just on mouseover. #461

Closed
mobile-bungalow opened this issue Jul 27, 2020 · 1 comment · Fixed by #463
Closed

Allow TitleBar controls to be shown always, instead of just on mouseover. #461

mobile-bungalow opened this issue Jul 27, 2020 · 1 comment · Fixed by #463
Labels
feature New feature or request
Milestone

Comments

@mobile-bungalow
Copy link
Contributor

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.

@hecrj hecrj added the feature New feature or request label Jul 27, 2020
@hecrj hecrj added this to the 0.2.0 milestone Jul 27, 2020
@hecrj
Copy link
Member

hecrj commented Jul 27, 2020

Sounds good! Feel free to open a PR with your changes 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants