mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 16:25:43 -05:00
Use same collapse threshold for actions and sources
Actions and conditions are no longer in fixed positions and instead divided by a separator.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
static QMetaObject::Connection addPulse;
|
||||
|
||||
const auto conditionsCollapseThreshold = 4;
|
||||
const auto actionsCollapseThreshold = 2;
|
||||
const auto actionsCollapseThreshold = 4;
|
||||
|
||||
bool macroNameExists(std::string name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user