Skip to content

Commit

Permalink
Remove layout margins
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 18, 2019
1 parent d1cc1ee commit de5c7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/3d/qgsvectorlayer3drendererwidget.cpp
Expand Up @@ -70,6 +70,7 @@ QgsVectorLayer3DRendererWidget::QgsVectorLayer3DRendererWidget( QgsVectorLayer *
setPanelTitle( tr( "3D View" ) );

QVBoxLayout *layout = new QVBoxLayout( this );
layout->setContentsMargins( 0, 0, 0, 0 );

cboRendererType = new QComboBox( this );
cboRendererType->addItem( QgsApplication::getThemeIcon( QStringLiteral( "rendererNullSymbol.svg" ) ), tr( "No symbols" ) );
Expand Down

0 comments on commit de5c7cb

Please sign in to comment.