-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Scale RDP session based on per monitor DPI & make reconnect …
…faster (#2968) * Feature: Scale rdp session and use UpdateSessionDisplaySettings instead of reconnect * Chore: Cleanup * Fix: Set correct size for dpi * Fix: Rounding issue * Feature: RDP scaling * Docs: ...
- Loading branch information
1 parent
6d2c6a1
commit e7116f6
Showing
8 changed files
with
343 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ public interface IDragablzTabItem | |
/// </summary> | ||
public void CloseTab() | ||
{ | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.