Skip to content

Commit

Permalink
Avoid excessive margins on rule based rule props widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 14, 2016
1 parent 01ec0e4 commit 9b76202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/symbology-ng/qgsrulebasedrendererwidget.cpp
Expand Up @@ -608,6 +608,8 @@ QgsRendererRulePropsWidget::QgsRendererRulePropsWidget( QgsRuleBasedRenderer::Ru
, mMapCanvas( mapCanvas )
{
setupUi( this );
layout()->setMargin( 0 );
layout()->setContentsMargins( 0, 0, 0, 0 );

editFilter->setText( mRule->filterExpression() );
editFilter->setToolTip( mRule->filterExpression() );
Expand Down

0 comments on commit 9b76202

Please sign in to comment.