[DEV] update for debian
This commit is contained in:
parent
6422d91883
commit
757a9a49ee
@ -136,7 +136,7 @@ MainWindows::MainWindows(void)
|
||||
mySizerHori->SubWidgetAdd(mySizerVert2);
|
||||
|
||||
// main buffer Area :
|
||||
myCodeView = new CodeView("FreeMono", 11);
|
||||
myCodeView = new CodeView(/*"FreeMono"*/"DejaVuSansMono", 11);
|
||||
myCodeView->SetExpand(bvec2(true,true));
|
||||
myCodeView->SetFill(bvec2(true,true));
|
||||
mySizerVert2->SubWidgetAdd(myCodeView);
|
||||
|
@ -73,7 +73,7 @@ void APP_Init(void)
|
||||
#ifdef __TARGET_OS__Android
|
||||
ewol::config::FontSetDefault("FreeSerif", 19);
|
||||
#else
|
||||
ewol::config::FontSetDefault("FreeSerif", 14);
|
||||
ewol::config::FontSetDefault(/*"FreeSerif"*/"DejaVuSansMono",14);
|
||||
#endif
|
||||
|
||||
// set the application icon ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user