Skip to content

Commit

Permalink
pre-commit edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanicaSTFC committed Aug 7, 2024
1 parent 26d9a8b commit e73ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqt/ui/NoBorderScrollArea.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e73ffd2

Please sign in to comment.