mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Add PythonFont preferences as the python font size in code
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <escher.h>
|
||||
#include <python/port/port.h>
|
||||
#include <poincare/preferences.h>
|
||||
|
||||
#include "console_edit_cell.h"
|
||||
#include "console_line_cell.h"
|
||||
@@ -16,7 +17,6 @@ class App;
|
||||
|
||||
class ConsoleController : public ViewController, public ListViewDataSource, public SelectableTableViewDataSource, public SelectableTableViewDelegate, public TextFieldDelegate, public MicroPython::ExecutionEnvironment {
|
||||
public:
|
||||
static constexpr const KDFont * k_font = KDFont::LargeFont;
|
||||
|
||||
ConsoleController(Responder * parentResponder, App * pythonDelegate, ScriptStore * scriptStore
|
||||
#if EPSILON_GETOPT
|
||||
|
||||
Reference in New Issue
Block a user