mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[FancyZones] Align max negative spacing with limit in FZ Editor (#15035)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace ZoneConstants
|
namespace ZoneConstants
|
||||||
{
|
{
|
||||||
constexpr int MAX_NEGATIVE_SPACING = -10;
|
constexpr int MAX_NEGATIVE_SPACING = -20;
|
||||||
}
|
}
|
||||||
|
|
||||||
using ZoneIndex = int64_t;
|
using ZoneIndex = int64_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user