Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'symbolselector_fix'
  • Loading branch information
alexbruy committed Feb 9, 2017
2 parents 452641b + 552b6b8 commit 5489f85
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 222 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgssymbolselectordialog.cpp
Expand Up @@ -230,6 +230,7 @@ QgsSymbolSelectorWidget::QgsSymbolSelectorWidget( QgsSymbol* symbol, QgsStyle* s
mPresentWidget = nullptr;

setupUi( this );
this->layout()->setContentsMargins( 0, 0, 0, 0 );

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

0 comments on commit 5489f85

Please sign in to comment.