mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +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
@@ -117,6 +117,8 @@ namespace BlackGui
|
||||
int m_skipResizeThreshold = 40; //!< when to skip resize (rows count)
|
||||
int m_resizeAutoNthTime = 1; //!< with ResizeAuto, resize every n-th time
|
||||
bool m_forceStretchLastColumnWhenResized = false; //!< a small table might (few columns) might to fail stretching, force again
|
||||
bool m_withMenuItemClear = false;
|
||||
bool m_withMenuItemRefresh = false;
|
||||
|
||||
protected slots:
|
||||
//! Helper method with template free signature serving as callback from threaded worker
|
||||
|
||||
Reference in New Issue
Block a user