mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
reduces default character size
This commit is contained in:
parent
81cae86559
commit
e7810179de
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Log {
|
|||
public:
|
||||
|
||||
explicit Log(FILE* tPipeTo = stdout, unsigned bufferedLines = 1024,
|
||||
unsigned defaultLogWidth = 240, unsigned defaultCharWidth = 10, unsigned defaultCharHeight = 24);
|
||||
unsigned defaultLogWidth = 240, unsigned defaultCharWidth = 6, unsigned defaultCharHeight = 20);
|
||||
~Log();
|
||||
|
||||
void setLogWidth(unsigned pixels);
|
||||
|
|
Loading…
Reference in a new issue