mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[FZ Editor] Added resolution to monitor (#10567)
* Added resolution * Added resolution * Fontsize fix Co-authored-by: Niels Laute <niels9001@hotmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ namespace FancyZonesEditor.ViewModels
|
||||
|
||||
double maxMultiplier = MaxPreviewDisplaySize / maxDimension;
|
||||
double minMultiplier = MinPreviewDisplaySize / minDimension;
|
||||
DesktopPreviewMultiplier = (minMultiplier + maxMultiplier) / 3.5;
|
||||
DesktopPreviewMultiplier = (minMultiplier + maxMultiplier) / 2.5;
|
||||
}
|
||||
|
||||
private void RaisePropertyChanged(string propertyName)
|
||||
|
||||
Reference in New Issue
Block a user