This commit is contained in:
朱子楚\zhuzi
2024-01-02 22:55:17 +08:00
parent 284afed52f
commit cc4e88adbd
8 changed files with 30 additions and 25 deletions

View File

@ -145,7 +145,7 @@ enum TabWidthBehavior {
};
Q_ENUM_NS(TabWidthBehavior)
enum CloseButtonVisibility {
Nerver = 0x0000,
Never = 0x0000,
Always = 0x0001,
OnHover = 0x0002
};