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 size and tabbing #24

Open
ghost opened this issue Dec 6, 2016 · 2 comments
Open

window size and tabbing #24

ghost opened this issue Dec 6, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 6, 2016

When a tab is created the window height increases to accommodate the tab bar. This is OK, but undesirable. However, the issue is that the window height doesn't come back to normal when the tab is closed and the tab bar is gone. So, every time a tab is opened and closed the window height keeps on increasing.

Ideally, 1) either, opening or closing tabs shouldn't change window size, 2) or, if opening increases height, closing should revert the height back to the original height.

@medicalwei
Copy link
Contributor

We are actually working on this issue for a while, and find it hard to solve if we want the window size to increase.

However the solution 1 isn't ideal neither because the window size will be fitted to the grid (hinted in GTK+ lingo), and tabs appearing / disappearing might cause the window not coming back to its original size.

@ghost
Copy link
Author

ghost commented Jan 12, 2017

As of version 0.3 there is a change. Now the window size decreases by 1 line (instead of increasing) every time a tab is opened and closed.

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

No branches or pull requests

1 participant