mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
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:
committed by
Mathew Sutcliffe
parent
0851b8c994
commit
83383f438c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user