[kandinsky] Move to KDFont

This commit is contained in:
Romain Goyet
2018-10-09 16:41:24 +02:00
committed by LeaNumworks
parent 29882768bd
commit f8beae3b86
149 changed files with 564 additions and 610 deletions

View File

@@ -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),