Fix `Qt6` types for new sub-namespaces

tractor_struct_and_godw_mod
Gud Boi 2026-01-21 20:02:10 -05:00
parent d146060d5c
commit 7eaf28479c
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ class LevelLabel(YAxisLabel):
class L1Label(LevelLabel): class L1Label(LevelLabel):
text_flags = ( text_flags = (
QtCore.Qt.TextDontClip QtCore.Qt.TextFlag.TextDontClip
| QtCore.Qt.AlignLeft | QtCore.Qt.AlignmentFlag.AlignLeft
) )
def set_label_str( def set_label_str(