We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21a007 commit 806504eCopy full SHA for 806504e
QuickLook/ViewerWindow.Actions.cs
@@ -109,6 +109,7 @@ internal void ToggleFullscreen()
109
var screenBounds = screen.Bounds;
110
111
// Get DPI scale factor for proper coordinate conversion
112
+ // scale.Horizontal and scale.Vertical contain the DPI scaling ratios (e.g., 1.5 for 150%)
113
var scale = DisplayDeviceHelper.GetScaleFactorFromWindow(this);
114
115
// Set to normal state first to allow manual positioning
0 commit comments