We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需求:menubar里选中的Item的字体大小变大1.2倍 现象:我找到了“VTMenuBar.h”文件里的_itemScale,并在初始化的时候_magicController.magicView.menuBar.itemScale = 1.2f 这样设置,然而在被选中的item变成不被选中的时候,并没有再从1.2倍变成原来的大小
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需求:menubar里选中的Item的字体大小变大1.2倍
现象:我找到了“VTMenuBar.h”文件里的_itemScale,并在初始化的时候_magicController.magicView.menuBar.itemScale = 1.2f 这样设置,然而在被选中的item变成不被选中的时候,并没有再从1.2倍变成原来的大小
The text was updated successfully, but these errors were encountered: