Skip to content

Commit

Permalink
Fix margins on svg/image selector widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 18, 2020
1 parent 1d27b45 commit 433d401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfilecontentsourcelineedit.cpp
Expand Up @@ -32,6 +32,7 @@ QgsAbstractFileContentSourceLineEdit::QgsAbstractFileContentSourceLineEdit( QWid
: QWidget( parent )
{
QHBoxLayout *layout = new QHBoxLayout( this );
layout->setContentsMargins( 0, 0, 0, 0 );
mFileLineEdit = new QgsFilterLineEdit( this );
mFileLineEdit->setShowClearButton( true );
mFileToolButton = new QToolButton( this );
Expand Down

0 comments on commit 433d401

Please sign in to comment.