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
(cherry-picked from 9b76202)
  • Loading branch information
nyalldawson committed Sep 14, 2016
1 parent fee2ec8 commit e6a1d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/symbology-ng/qgsrulebasedrendererv2widget.cpp
Expand Up @@ -608,6 +608,8 @@ QgsRendererRulePropsWidget::QgsRendererRulePropsWidget( QgsRuleBasedRendererV2::
, 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 e6a1d5f

Please sign in to comment.