mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Set background of macro action / condition splitter transparent
This commit is contained in:
@@ -441,6 +441,8 @@ void AdvSceneSwitcher::setupMacroTab()
|
||||
handle->setLayout(layout);
|
||||
ui->macroActionConditionSplitter->setHandleWidth(38);
|
||||
}
|
||||
ui->macroActionConditionSplitter->setStyleSheet(
|
||||
"QSplitter::handle {background: transparent;}");
|
||||
|
||||
// Reserve more space for macro edit area than for the macro list
|
||||
ui->macroListMacroEditSplitter->setStretchFactor(0, 1);
|
||||
|
||||
Reference in New Issue
Block a user