Allow negative spacing between zones up to -10 (#7284)

This commit is contained in:
vldmr11080
2020-10-14 17:42:47 +02:00
committed by GitHub
parent d1372af581
commit 944e605f06
4 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
#pragma once
namespace ZoneConstants
{
constexpr int MAX_NEGATIVE_SPACING = -10;
}
/**
* Class representing one zone inside applied zone layout, which is basically wrapper around rectangle structure.
*/