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 );
|
setShadowColor( Q::Panel, m_pal.shadow );
|
||||||
|
|
||||||
// TitleBarPanel
|
// TitleBarPanel
|
||||||
setBoxShape( Q::TitleBarPanel, 28 );
|
setBoxShape( Q::TitleBarPanel, { 28, 28, 0, 0 } );
|
||||||
setPadding( Q::TitleBarPanel, { 24, 24, 24, 16 } );
|
setPadding( Q::TitleBarPanel, { 24, 24, 24, 16 } );
|
||||||
setFlagHint( Q::TitleBarPanel | QskAspect::Style,
|
setFlagHint( Q::TitleBarPanel | QskAspect::Style,
|
||||||
Q::TitleBar | Q::Title | Q::Symbol );
|
Q::TitleBar | Q::Title | Q::Symbol );
|
||||||
|
|
Loading…
Reference in New Issue