gui: updated core.gui to not use deprecated type hinting
This commit is contained in:
parent
69f05a6712
commit
e7351b594d
40 changed files with 268 additions and 257 deletions
|
@ -5,7 +5,7 @@ from typing import Optional
|
|||
from core.gui.themes import Styles
|
||||
|
||||
|
||||
class Tooltip(object):
|
||||
class Tooltip:
|
||||
"""
|
||||
Create tool tip for a given widget
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue