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

[Window] Add window minimize button #100

Closed
flamendless opened this issue Sep 18, 2021 · 2 comments
Closed

[Window] Add window minimize button #100

flamendless opened this issue Sep 18, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@flamendless
Copy link
Owner

Right now Windows API only has close button which effectively shows/hides the whole window. A minimize button should also be added to compensate for ease and more use-cases.

This button should be inside the window's title bar. Clicking on it should just hide the contents of the window but keeping the title bar alive. Clicking again should do the opposite

@flamendless flamendless added the enhancement New feature or request label Sep 18, 2021
@flamendless
Copy link
Owner Author

Cheers! This is now implemented! See the video:

slab_minimize.mp4

@flamendless
Copy link
Owner Author

Improved by adding "maximize" version

slab_window_toolbar.mp4

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

No branches or pull requests

1 participant