QskMainView showing a themed background

This commit is contained in:
Uwe Rathmann 2023-04-20 08:37:09 +02:00
parent 64db2d0117
commit 4f4816bb31
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ QskMainView::QskMainView( QQuickItem* parent )
{ {
setAutoAddChildren( false ); setAutoAddChildren( false );
setSpacing( 0 ); setSpacing( 0 );
setPanel( true );
} }
QskMainView::~QskMainView() QskMainView::~QskMainView()