Material: Fix subwindow hint
This commit is contained in:
parent
48a902a660
commit
45fa6e3f08
@ -812,7 +812,7 @@ void Editor::setupSubWindow()
|
||||
setShadowColor( Q::Panel, m_pal.shadow );
|
||||
|
||||
// TitleBarPanel
|
||||
setBoxShape( Q::TitleBarPanel, 28 );
|
||||
setBoxShape( Q::TitleBarPanel, { 28, 28, 0, 0 } );
|
||||
setPadding( Q::TitleBarPanel, { 24, 24, 24, 16 } );
|
||||
setFlagHint( Q::TitleBarPanel | QskAspect::Style,
|
||||
Q::TitleBar | Q::Title | Q::Symbol );
|
||||
|
Loading…
x
Reference in New Issue
Block a user