Skip to content

Commit

Permalink
Added 225% scaling factory
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Dec 20, 2024
1 parent 722721d commit ef0fe67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/RoyalApps.Community.FreeRdp.WinForms/FreeRdpControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ public void ZoomIn()
125 => 150,
150 => 175,
175 => 200,
200 => 250,
200 => 225,
225 => 250,
250 => 300,
300 => 350,
350 => 400,
Expand All @@ -297,7 +298,8 @@ public void ZoomOut()
400 => 350,
350 => 300,
300 => 250,
250 => 200,
250 => 225,
225 => 200,
200 => 175,
175 => 150,
150 => 125,
Expand Down

0 comments on commit ef0fe67

Please sign in to comment.