-
Notifications
You must be signed in to change notification settings - Fork 5
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
closable/minimizable/maximizable/resizable in NSPanel #31
Comments
It does not make sense for a |
This menubar panel example uses Given this, using You will have to implement these buttons, and the titlebar yourself. See this guide: https://tauri.app/v1/guides/features/window-customization/ |
Thanks, it works fine. Maybe if you can set minimum panel sizes below which the resize won't work, it would be perfect. |
We can add the method to set the minimum size of a panel, i.e., You can create an issue there. |
As far as I know, you can customize controls in NSPanel just like in NSWindow.
Could you please add to the example how to display closable/minimizable/maximizable elements?
And also the implementation of resizable is also interesting.
Thanks)
The text was updated successfully, but these errors were encountered: