Skip to content

feat: mouse scrolling#319

Open
GlassyBridge wants to merge 2 commits into
anyrun-org:masterfrom
GlassyBridge:master
Open

feat: mouse scrolling#319
GlassyBridge wants to merge 2 commits into
anyrun-org:masterfrom
GlassyBridge:master

Conversation

@GlassyBridge

Copy link
Copy Markdown

Added a method for having scrollable plugins. You can configure these options in config.ron:

  • min_results_height(i32): the minimum possible scrolling window. Default 0.
  • max_results_height(i32): the maximum possible scroll window. Default 400.
  • scroll(bool): whether or not to enable scrolling behavior. Default false.

Implemented this by wrapping the plugins box in a gtk-scrolledWindow.

  • scrolledWindow name and css class name is results.

Also updated comments so that another person can remove that block if the content_height problem is fixed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant