Quasar icon indicating copy to clipboard operation
Quasar copied to clipboard

Remote desktop can default to 1:1 ratio

Open nil-ref opened this issue 2 years ago • 2 comments

Problem description

I hope that when remote desktop starts, the size of the picbox can be adjusted to match the remote resolution.

Proposal

int screenWidth = Screen.PrimaryScreen.Bounds.Width; int screenHeight = Screen.PrimaryScreen.Bounds.Height; if(screenWidth > d.Resolution.Width && screenHeight > d.Resolution.Height) this.ClientSize = new Size(d.Resolution.Width, d.Resolution.Height);

Additional context

No response

nil-ref avatar Mar 15 '23 06:03 nil-ref

yes pls, i have the issue when testing that only a part of their screen is shown

subjoel avatar Jun 22 '23 14:06 subjoel

make it a pull request

subjoel avatar Jun 22 '23 14:06 subjoel