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

Zoom button #5053

Closed
cyberduck opened this issue Jul 9, 2010 · 3 comments
Closed

Zoom button #5053

cyberduck opened this issue Jul 9, 2010 · 3 comments
Assignees

Comments

@cyberduck
Copy link
Collaborator

max204 created the issue

The Zoom button, the green one with a plus, doesn't work as it should on the mac platform.
As it functions now, it works as Windows maximize/restore button. We are not in Windows.

Finder uses the zoom button correctly. If you press the zoom button, it adapts to the content in the window. Cyberduck just maximizes and restores the window.

Please make it work as i should, like a true Mac application.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We should provide

- (NSRect)windowWillUseStandardFrame:(NSWindow *)window defaultFrame:(NSRect)newFrame

in the browser window delegate. What would you expect as the default size for the window?

@cyberduck
Copy link
Collaborator Author

max204 commented

You could use the size of a finder window as reference.
If you login in as a guest on a mac you've got a fresh profile and an initial size of a finder window to compare with.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I think the other half of the users will expect the window to grow to maximum size.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants