mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-01-11 23:53:16 +00:00
Fixed for portability to MacOS
This commit is contained in:
parent
cac4b781ca
commit
cab75bc912
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user