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