refs #335, improved size handling for cockpit

* minimum values set to avoid issues when docked
* no manual values when just toggled floating
This commit is contained in:
Klaus Basan
2014-11-07 19:25:53 +01:00
committed by Roland Winklmeier
parent f4e8b40bf9
commit adba17da0f
5 changed files with 52 additions and 32 deletions

View File

@@ -171,7 +171,7 @@ namespace BlackGui
CSelcal selcal = this->getSelcal();
if (!selcal.isValid())
{
CLogMessage().validationWarning("Invalid SELCAL codde");
CLogMessage().validationWarning("Invalid SELCAL code");
}
else if (this->getIContextAudio())
{