themed top level background
This commit is contained in:
parent
7fd2fabb78
commit
b00cfbdd66
@ -42,7 +42,8 @@ QskDialogWindow::QskDialogWindow( QWindow* parent )
|
|||||||
// doing the layout manually instead ???
|
// doing the layout manually instead ???
|
||||||
setAutoLayoutChildren( true );
|
setAutoLayoutChildren( true );
|
||||||
m_data->layoutBox = new QskLinearBox( Qt::Vertical, contentItem() );
|
m_data->layoutBox = new QskLinearBox( Qt::Vertical, contentItem() );
|
||||||
m_data->layoutBox->setMargins( 5 );
|
m_data->layoutBox->setPadding( 5 );
|
||||||
|
m_data->layoutBox->setPanel( true ); // for a themed background
|
||||||
}
|
}
|
||||||
|
|
||||||
QskDialogWindow::~QskDialogWindow()
|
QskDialogWindow::~QskDialogWindow()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user