projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f007d1
)
fixed (switched) fonts for constant and variable text output
author
Holger Schemel
<info@artsoft.org>
Sat, 21 Oct 2017 16:52:47 +0000
(18:52 +0200)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:14 +0000
(23:21 +0100)
src/screens.c
patch
|
blob
|
history
diff --git
a/src/screens.c
b/src/screens.c
index b67573e61a4d9c9c552a796ac979e429f0086ade..60d5daa4f12b764c3b989bf11457f2192738386e 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-3276,8
+3276,8
@@
void HandleInfoScreen_Program(int button)
void DrawInfoScreen_Version()
{
- int font_header = FONT_TEXT_
3
;
- int font_text = FONT_TEXT_
2
;
+ int font_header = FONT_TEXT_
2
;
+ int font_text = FONT_TEXT_
3
;
int xstep = getFontWidth(font_text);
int ystep = getFontHeight(font_text);
int ystart1 = mSY - SY + 100;