From f2c6ecb1e000961380253e363789ca4166359077 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 20 Jul 2024 02:57:59 -0600 Subject: [PATCH] Mods --- cromulant/window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cromulant/window.py b/cromulant/window.py index f937e65..7b9f847 100644 --- a/cromulant/window.py +++ b/cromulant/window.py @@ -217,7 +217,6 @@ class Window: Window.speed.currentIndexChanged.connect(Game.update_speed) Window.filter = FilterLineEdit() - Window.filter.setToolTip("Filter the updates\nClick to scroll to the top") Window.filter.setFixedWidth(120) Window.filter.setPlaceholderText("Filter") Window.filter.mousePressEvent = lambda e: Window.to_top()