This commit is contained in:
Auric Vente 2024-07-20 02:57:59 -06:00
parent 869a108360
commit f2c6ecb1e0
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ class Window:
Window.speed.currentIndexChanged.connect(Game.update_speed) Window.speed.currentIndexChanged.connect(Game.update_speed)
Window.filter = FilterLineEdit() Window.filter = FilterLineEdit()
Window.filter.setToolTip("Filter the updates\nClick to scroll to the top")
Window.filter.setFixedWidth(120) Window.filter.setFixedWidth(120)
Window.filter.setPlaceholderText("Filter") Window.filter.setPlaceholderText("Filter")
Window.filter.mousePressEvent = lambda e: Window.to_top() Window.filter.mousePressEvent = lambda e: Window.to_top()