Allow auto ajdust for floating widgets (via menu)

refs #299
This commit is contained in:
Klaus Basan
2014-08-03 14:40:32 +02:00
parent 34c9c5b7df
commit a78422bf3e
6 changed files with 44 additions and 6 deletions

View File

@@ -118,6 +118,9 @@ namespace BlackGui
}
this->setNullTitleBar();
this->setContentsMargins(this->m_marginsWhenFloating);
if (this->m_autoAdjustWhenFloating) {
this->adjustSize();
}
}
else
{