Skip to content

Commit 807d25e

Browse files
DelazJnyalldawson
authored andcommittedMay 27, 2020
Hide the frame around the symbol edit rule dialog
1 parent 97bac49 commit 807d25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/symbology/qgsrulebasedrendererwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ QgsRendererRulePropsDialog::QgsRendererRulePropsDialog( QgsRuleBasedRenderer::Ru
762762

763763
QVBoxLayout *layout = new QVBoxLayout( this );
764764
QgsVScrollArea *scrollArea = new QgsVScrollArea( this );
765+
scrollArea->setFrameShape( QFrame::NoFrame );
765766
layout->addWidget( scrollArea );
766767

767768
buttonBox = new QDialogButtonBox( QDialogButtonBox::Cancel | QDialogButtonBox::Help | QDialogButtonBox::Ok );

0 commit comments

Comments
 (0)
Please sign in to comment.