Skip to content

Commit

Permalink
Tighten spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 12, 2024
1 parent c35efbe commit 8d9c68b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/codeeditors/qgscodeeditorwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ QgsCodeEditorWidget::QgsCodeEditorWidget(
mFindWidget = new QWidget();
QHBoxLayout *layoutFind = new QHBoxLayout();
layoutFind->setContentsMargins( 0, 2, 0, 0 );
layoutFind->setSpacing( 1 );
mLineEditFind = new QgsFilterLineEdit();
mLineEditFind->setShowSearchIcon( true );
mLineEditFind->setPlaceholderText( tr( "Enter text to find…" ) );
Expand Down

0 comments on commit 8d9c68b

Please sign in to comment.