[FancyZones] Align max negative spacing with limit in FZ Editor (#15035)

This commit is contained in:
Stefan Markovic
2021-12-20 12:55:20 +01:00
committed by GitHub
parent d724f6de70
commit a16a11df81

View File

@@ -2,7 +2,7 @@
namespace ZoneConstants
{
constexpr int MAX_NEGATIVE_SPACING = -10;
constexpr int MAX_NEGATIVE_SPACING = -20;
}
using ZoneIndex = int64_t;