[libcalamaresui] Redundant call, not available in Qt 5.15 anyway
This commit is contained in:
parent
714605ebaa
commit
1bd5628256
@ -181,7 +181,6 @@ void
|
||||
unmarginLayout( QLayout* layout )
|
||||
{
|
||||
layout->setContentsMargins( 0, 0, 0, 0 );
|
||||
layout->setMargin( 0 );
|
||||
layout->setSpacing( 0 );
|
||||
|
||||
for ( int i = 0; i < layout->count(); i++ )
|
||||
|
Loading…
Reference in New Issue
Block a user