mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
removing default values
This commit is contained in:
@@ -271,7 +271,7 @@ namespace FancyZonesEditor
|
||||
Model.Zones[ZoneIndex] = rect;
|
||||
}
|
||||
|
||||
private static int zIndex = 0;
|
||||
private static int zIndex;
|
||||
private const int MinZoneWidth = 64;
|
||||
private const int MinZoneHeight = 72;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user