layout issues fixed
This commit is contained in:
parent
b9747675c9
commit
18677a799d
|
@ -62,8 +62,6 @@ namespace
|
|||
Drawer( QQuickItem* parent = nullptr )
|
||||
: QskDrawer( parent )
|
||||
{
|
||||
setOverlay( false );
|
||||
|
||||
auto box = new QskLinearBox( Qt::Vertical, this );
|
||||
|
||||
box->setSection( QskAspect::Header );
|
||||
|
|
|
@ -28,7 +28,6 @@ namespace
|
|||
#endif
|
||||
|
||||
setEdge( edge );
|
||||
setOverlay( false );
|
||||
|
||||
auto content = new QskControl( this );
|
||||
content->setObjectName( "Content" );
|
||||
|
|
Loading…
Reference in New Issue