-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allow to resize window that overflows #113
Comments
Probably best addresed by allowing top-left/top/top-right drag handles |
Probably even just top left/top right would be ok, then it won’t risk interfering with the titlebar buttons |
Just a narrow strip, avoiding buttons. FIxes #113
Just a narrow strip, avoiding buttons. FIxes #113
Landed, now on |
It works pretty well, I can resize with top right corner. But resizing brave window (should be the same with chrome browser) it moves my slack window, which is weird. Evenmore, my slack window moved to the top, over the top of the screen and then I was unable to move the slack window anymore because the top bar wasn't visible. |
Is Chrome / Brave using the system borders? |
Without system borders. I was also able to move slack window by moving brave window. I clic on the brave top bar (stay clicked) move around the window and slack window moves too, so it may be totally unrelated to this issue |
I think that is probably related to the window-order fixes that @okratitan put in place to fix the DnD issues in Chrome. |
sometimes windows are too big for the screen (an other issue could be open for that)
AFAIK there is only one way to reduce height of window, and if the bottom bar is out of the screen because the app overflows, then we can't do it anymore.
We could add a shortcut such as alt-click or alt-F7 to move window over the top to be able to grab the bottom or we could allow to grab the top border to resize.
Both solution should be implemented from my point of view
The text was updated successfully, but these errors were encountered: