From 042543415f31ad62b4fe20ba89a44e5e0de2136b Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 25 Jul 2024 19:46:44 -0600 Subject: [PATCH] Mods --- cromulant/window.py | 2 ++ 1 file changed, 2 insertions(+) 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)