mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix typo in comment
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
d740845a99
commit
e8a59ac056
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ class PythonInterpreterWidget(QtWidgets.QWidget):
|
|||
def _on_first_show(self):
|
||||
# Change stylesheet
|
||||
self.setStyleSheet(load_stylesheet())
|
||||
# Check if splitter size raio is set
|
||||
# Check if splitter size ratio is set
|
||||
# - first store value to local variable and then unset it
|
||||
splitter_size_ratio = self._splitter_size_ratio
|
||||
self._splitter_size_ratio = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue