Skip to content

Commit

Permalink
Github Issue #119: Added missing changes to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryFender committed Jan 14, 2024
1 parent eea131c commit 62e2691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchalldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SearchAllDialog::SearchAllDialog(QWidget *parent):QDialog(parent)
textView->setPlaceholderText("Search Texts");
matchCountView = new QLabel(this);
matchCountView->setAlignment(Qt::AlignRight);
searchView = new NavigationView(this);
searchView = new NavigationView(this,false);

layout->addWidget(textView);
layout->addWidget(matchCountView,Qt::AlignRight);
Expand Down

0 comments on commit 62e2691

Please sign in to comment.