mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-02-26 00:43:34 +00:00
Fixed for portability to MacOS
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -55,3 +55,7 @@ dkms.conf
|
||||
|
||||
# Temporary files
|
||||
src/help.h
|
||||
|
||||
# MacOS system files
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// tube.h
|
||||
|
||||
// fonts
|
||||
#define STANDARD_FONT "Monospace"
|
||||
#define STANDARD_FONT "monospace"
|
||||
#define STANDARD_FONT_SIZE 18.0
|
||||
#define APL_FONT "APL385 Unicode"
|
||||
#define APL_FONT_SIZE 20.0
|
||||
|
||||
Reference in New Issue
Block a user