Improved kill button handling, now it can be set even if frame is not yet initialized

* default is disabled
* only pilot client needs to enable it
This commit is contained in:
Klaus Basan
2017-03-07 22:46:58 +01:00
committed by Mathew Sutcliffe
parent 0851b8c994
commit 83383f438c
4 changed files with 8 additions and 5 deletions

View File

@@ -100,8 +100,9 @@ namespace BlackGui
//! Init the inner frame (if not yet initialized)
void initInnerFrame();
double m_widthFactor = 0.7; //!< inner frame x factor
double m_heightFactor = 0.6; //!< inner frame x factor
bool m_showKillButton = false; //!< show kill button
double m_widthFactor = 0.7; //!< inner frame x factor
double m_heightFactor = 0.6; //!< inner frame x factor
};
} // ns