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

Increasing minimum size for Calypso browser #10838

Conversation

carolahp
Copy link
Contributor

@carolahp carolahp commented Feb 1, 2022

New minimum size prevents widgets from hiding.

Note: In Calypso Browser, the middle toolbar (the one between the navigation views and the source code editor) constraints the minimum size of its container (which also contains the widgets).

To allow the browser to have a smaller size, the middle toolbar must be split into smaller toolbars, which are able to resize together with their container

@@ -123,7 +123,9 @@ Class {
'navigationStarted',
'plugins',
'navigationEnvironment',
'systemScope'
'systemScope',
'toolbars',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you have unused i.v.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh you are right, I commited that by accident!

@MarcusDenker MarcusDenker merged commit 5f2edde into pharo-project:Pharo10 Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants