Reduce Locallab settings panel GUI size

This commit is contained in:
Pandagrapher
2020-06-20 11:56:07 +02:00
parent 29915c1f32
commit 680792807a
4 changed files with 42 additions and 21 deletions

View File

@@ -1097,6 +1097,9 @@ void Locallab::foldAllButOne(LocallabTool* except)
void Locallab::openAllTools()
{
// Set default visibility for settings panel sub-expanders
expsettings->setDefaultExpanderVisibility();
for (auto tool : locallabTools) {
tool->setExpanded(true);