mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T592, minor tweaks
* style * hide wip_CockpitComPanelShowHideBar initially * sGui guarding * function initialFloating() public so it can be explicitly called
This commit is contained in:
committed by
Mat Sutcliffe
parent
9f0daa58ea
commit
c45592f9b5
@@ -102,7 +102,7 @@ namespace BlackGui
|
||||
QString m_floatingFramelessMargins {"0:0:0:0"}; //!< margins, when floating and frameless
|
||||
QString m_dockedMargins {"0:0:0:0"}; //!< margins, when docked
|
||||
QString m_geometry; //!< geometry as HEX values
|
||||
bool m_floating = false; //!< floating
|
||||
bool m_floating = false; //!< floating
|
||||
bool m_frameless = false; //!< frameless
|
||||
|
||||
BLACK_METACLASS(
|
||||
|
||||
Reference in New Issue
Block a user