mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Use effective pixels for unsupported previewer (#26345)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Peek.Common.Constants
|
||||
{
|
||||
public const double MaxWindowToMonitorRatio = 0.80;
|
||||
public const double MinWindowHeight = 500;
|
||||
public const double MinWindowWidth = 680;
|
||||
public const double MinWindowWidth = 500;
|
||||
public const double WindowWidthContentPadding = 7;
|
||||
public const double WindowHeightContentPadding = 16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user