mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[kandinsky] Move to KDFont
This commit is contained in:
committed by
LeaNumworks
parent
29882768bd
commit
f8beae3b86
@@ -18,7 +18,7 @@ MenuController::MenuController(Responder * parentResponder, App * pythonDelegate
|
||||
menu->consoleController()->setAutoImport(true);
|
||||
menu->stackViewController()->push(menu->consoleController());
|
||||
return;
|
||||
}, this), KDText::FontSize::Large),
|
||||
}, this), KDFont::LargeFont),
|
||||
m_selectableTableView(this, this, this, this),
|
||||
m_scriptParameterController(nullptr, I18n::Message::ScriptOptions, this),
|
||||
m_editorController(this, pythonDelegate),
|
||||
|
||||
Reference in New Issue
Block a user