mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 08:35:28 +08:00
update
This commit is contained in:
@ -16,8 +16,8 @@ FluTheme::FluTheme(QObject *parent)
|
||||
: QObject{parent}
|
||||
{
|
||||
primaryColor(FluColors::getInstance()->Blue());
|
||||
textSize(14);
|
||||
isNativeText(false);
|
||||
isFrameless(true);
|
||||
isDark(false);
|
||||
textSize(13);
|
||||
nativeText(false);
|
||||
frameless(true);
|
||||
dark(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user