diff --git a/cromulant/window.py b/cromulant/window.py index 0e28d66..5d01f6e 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -365,9 +365,11 @@ class Window: root.setContentsMargins(0, 0, 0, 0) container = QHBoxLayout() Window.info = SpecialButton("---") + Window.info.setToolTip( "Click to scroll to the bottom or top\nMiddle Click: Filter Top" ) + Window.info.clicked.connect(Window.toggle_scroll) Window.info.middleClicked.connect(Game.filter_top) Window.info.setMinimumSize(35, 35)