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