From e73ffd2a00426508961812661c18290258ad3bf9 Mon Sep 17 00:00:00 2001 From: Danica Sugic Date: Wed, 7 Aug 2024 12:34:42 +0100 Subject: [PATCH] pre-commit edit --- eqt/ui/NoBorderScrollArea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eqt/ui/NoBorderScrollArea.py b/eqt/ui/NoBorderScrollArea.py index ad04ace..2fd40d1 100644 --- a/eqt/ui/NoBorderScrollArea.py +++ b/eqt/ui/NoBorderScrollArea.py @@ -10,7 +10,7 @@ def __init__(self, widget, parent=None): Sets its widget to resizable. Due to a bug in `qdarkstyle`, the PushButtons in the widget do not inherit the right style. The init applies `qdarkstyle` to all the buttons present in the widget when the object is created. Any button added to the widget after the - init is invoked will not be styled as expected. In this case, the method + init is invoked will not be styled as expected. In this case, the method `apply_qdarkstyle_to_buttons` would need to be invoked by the user after the object is instanced.""" super().__init__(parent)