Skip to content

Commit 5489f85

Browse files
committed
Merge branch 'symbolselector_fix'
2 parents 452641b + 552b6b8 commit 5489f85

File tree

2 files changed

+202
-222
lines changed

2 files changed

+202
-222
lines changed

src/gui/symbology-ng/qgssymbolselectordialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ QgsSymbolSelectorWidget::QgsSymbolSelectorWidget( QgsSymbol* symbol, QgsStyle* s
230230
mPresentWidget = nullptr;
231231

232232
setupUi( this );
233+
this->layout()->setContentsMargins( 0, 0, 0, 0 );
233234

234235
// setup icons
235236
btnAddLayer->setIcon( QIcon( QgsApplication::iconPath( "symbologyAdd.svg" ) ) );

0 commit comments

Comments
 (0)