rename method

This commit is contained in:
natilou
2024-05-05 12:54:35 -03:00
parent 4eefa4d1fb
commit 2c7394ea98
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ func (c *Controller) ShowQuickSearch() {
})
c.ClosePopUpOnEscape(pop)
c.haveModal = true
min := qs.GetMinSize()
min := qs.MinSize()
height := fyne.Max(min.Height, fyne.Min(min.Height*1.5, c.MainWindow.Canvas().Size().Height*0.7))
pop.Resize(fyne.NewSize(min.Width, height))
pop.Show()