mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[kandinsky] Move to KDFont
This commit is contained in:
committed by
LeaNumworks
parent
29882768bd
commit
f8beae3b86
@@ -3,7 +3,7 @@
|
||||
|
||||
WarningController::ContentView::ContentView() :
|
||||
SolidColorView(KDColorBlack),
|
||||
m_textView(KDText::FontSize::Small, (I18n::Message)0, 0.5f, 0.5f, KDColorWhite, KDColorBlack)
|
||||
m_textView(KDFont::SmallFont, (I18n::Message)0, 0.5f, 0.5f, KDColorWhite, KDColorBlack)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user