-
Notifications
You must be signed in to change notification settings - Fork 829
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
[MM-53490] Reduce min window width to 600px #2787
Conversation
Out of curiosity, wouldn't Mattermost render in "mobile view" at that point? |
Yes, but that still happens at 700px as well. |
As the originator of this request, that's fine with me :). I use a tiling window manager, so apps that set a minimum size (which seems to be most Electron apps?) break my desktop. Very happy for the app to switch to mobile view if that makes sense, I just want to be able to resize it the way I want :). Thanks for looking at this issue so promptly. |
Interesting, I am an i3wm user and can resize at will. But probably because the window manager ignores anything the app says :p |
@streamer45 I normally use StumpWM, and it's the same - StumpWM does what StumpWM wants :) The minimum size thing hits me on macOS. I'm having the same problem with Spotify, FWIW. The OS won't let the "WM" (Rectangle) override the app's specified minimum size. Personal opinion: apps shouldn't have opinions on their geometry limits, let alone be able to enforce them over the user's instructions. |
That makes sense, thanks for the context! |
Summary
Dropping the minimum width of the Desktop App down to 600px to accommodate for users wanting to have the app in a smaller window.
Ticket Link
Closes #2786
https://mattermost.atlassian.net/browse/MM-53490