chillibasket / processing-grapher

Terminal and graphing program for analysis and recording of data from serial devices
GNU General Public License v3.0
35 stars 17 forks source link

Items in right-hand menu bar cut-off when window size is too small #2

Closed chillibasket closed 4 years ago

chillibasket commented 4 years ago

Currently there is no scroll option in the right-hand menu bar. This means that when the window height is too small, some items on the menu will be cut-off at the bottom of the window. One possible fix is to add a "down" button at the bottom of the menu when the window size is too small, which would scroll down the menu when clicked to show the hidden items.

chillibasket commented 4 years ago

This issue has been solved in commit 53f3964b97e436992a7898c58d86b175a41c407a Now the mouse wheel or up/down arrow keys can be used to scroll the menu up and down when some items are hidden. Note that your mouse needs to be hovering over the menu area to enable menu scrolling.