Mods
This commit is contained in:
parent
e2f5d1c8f6
commit
042543415f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue