Skip to content

Commit

Permalink
Support resize for "Find..." commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookiestyle committed Aug 20, 2022
1 parent ed9887f commit 43860fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GlobalSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ private void OnClickFindEntry(object sender, EventArgs e)
}

//Show results
ListViewForm dlg = new ListViewForm();
var dlg = new ResizableListViewForm(fi.Title, fi.SubTitle);
//Prepare ImageList (CustomIcons can be different per database)
dlg.InitEx(fi.Title, fi.SubTitle, fi.Note, fi.img, l, il, InitListView);
UIUtil.ShowDialogAndDestroy(dlg);
Expand Down

0 comments on commit 43860fe

Please sign in to comment.