-
-
Notifications
You must be signed in to change notification settings - Fork 171
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 client side shadow windows to be resized #530
Comments
The scrollbars could be added for any window bigger than the client's display / monitor. See also #2455 |
Could also be used for any fixed-size windows that are too big for the client? |
This was referenced Jan 22, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At present, we don't allow them to be resized because we do not want to / cannot resize the whole remote desktop.
However, for this particular case only (not for regular remote application windows) we could add scrollbars when the window ends up being smaller than the remote desktop.
This is particularly useful when accessing a large remote desktop on a small screen (ie: laptop).
Difficulties:
The text was updated successfully, but these errors were encountered: