aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-26 16:36:53 +0800
committercrupest <crupest@outlook.com>2021-10-26 16:36:53 +0800
commit82431bd0b7e971b956a6a6942538adc8df2ac38c (patch)
tree95db5351d821b6255c752a0c061c87fce25db092 /src/ui
parent9dec93315173999c4fb9ab5a0e57909eb5e7fd8b (diff)
downloadcru-82431bd0b7e971b956a6a6942538adc8df2ac38c.tar.gz
cru-82431bd0b7e971b956a6a6942538adc8df2ac38c.tar.bz2
cru-82431bd0b7e971b956a6a6942538adc8df2ac38c.zip
...
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/UiManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp
index fde82eed..879ea2e1 100644
--- a/src/ui/UiManager.cpp
+++ b/src/ui/UiManager.cpp
@@ -40,7 +40,7 @@ UiManager* UiManager::GetInstance() {
UiManager::UiManager() {
const auto factory = GetGraphicsFactory();
- theme_resource_.default_font_family = u"等线";
+ theme_resource_.default_font_family = u"";
theme_resource_.default_font =
factory->CreateFont(theme_resource_.default_font_family, 24.0f);