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
github-actions[bot] authored and nirvn committed Mar 18, 2020
1 parent 424dc67 commit 2a77a6b
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 2a77a6b

Please sign in to comment.