mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Fixed some minor GUI issues
* resizing for floating widgets * vertical policies * menus for views * margins for keypad * using property mainwindowframeless in style sheet
This commit is contained in:
committed by
Roland Winklmeier
parent
cd2c7c12a7
commit
facbefeeea
@@ -148,6 +148,7 @@ namespace BlackGui
|
||||
CManagedStatusBar m_statusBar; //!< Status bar when floating
|
||||
QString m_windowTitleBackup; //!< original title, even if the widget title is deleted for layout purposes
|
||||
QSize m_preferredSizeWhenFloating; //!< preferred size when floating 1st time
|
||||
QSize m_initialDockedMinimumSize; //!< minimum size before first floating
|
||||
QPoint m_offsetWhenFloating; //!< initial offset to main window when floating first time
|
||||
bool m_allowStatusBar = true;
|
||||
bool m_windowTitleWhenDocked = true;
|
||||
|
||||
Reference in New Issue
Block a user