layout issues fixed

This commit is contained in:
Uwe Rathmann 2023-10-17 14:32:22 +02:00
parent b9747675c9
commit 18677a799d
2 changed files with 0 additions and 3 deletions

View File

@ -62,8 +62,6 @@ namespace
Drawer( QQuickItem* parent = nullptr )
: QskDrawer( parent )
{
setOverlay( false );
auto box = new QskLinearBox( Qt::Vertical, this );
box->setSection( QskAspect::Header );

View File

@ -28,7 +28,6 @@ namespace
#endif
setEdge( edge );
setOverlay( false );
auto content = new QskControl( this );
content->setObjectName( "Content" );