From 08f02e441d6ce46cce3efe6ae0a49c6aaa1cac9c Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Sat, 14 Jan 2023 02:02:39 +0100 Subject: [PATCH] Remove unused lines --- qt/aqt/toolbar.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qt/aqt/toolbar.py b/qt/aqt/toolbar.py index cf7a2b934..850be2a3f 100644 --- a/qt/aqt/toolbar.py +++ b/qt/aqt/toolbar.py @@ -94,9 +94,6 @@ class TopWebView(ToolbarWebView): self.eval( """document.body.classList.add("hidden"); """, ) - self.mw.web.eval( - f"""document.body.style.setProperty("--toolbar-height", "0px"); """ - ) def show(self) -> None: super().show()