oNaiPs / dmenu-mac

Dmenu inspired mac port
GNU General Public License v3.0
285 stars 25 forks source link

Scrollable search results #12

Closed ghost closed 4 years ago

ghost commented 4 years ago

When viewing search results, only what can fit on the screen is displayed and furthermore the selection index has no bounds to it, thus the following can occur:

Before

I've put ResultsView inside of an NSScrollView so that we can now scroll past this barrier until the true last element.

After

oNaiPs commented 4 years ago

Thank you @frayment! Will try to test and merge this week

oNaiPs commented 4 years ago

@frayment do you mind if I use your gif in the project README?

ghost commented 4 years ago

@oNaiPs Of course not! Use it as you please :)