aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenEditConvert.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/UScreenEditConvert.pas')
-rw-r--r--src/screens/UScreenEditConvert.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/UScreenEditConvert.pas b/src/screens/UScreenEditConvert.pas
index 4173fac2..9efa1a92 100644
--- a/src/screens/UScreenEditConvert.pas
+++ b/src/screens/UScreenEditConvert.pas
@@ -558,12 +558,12 @@ begin
for Pet := 0 to High(ATrack) do begin
if ((ATrack[Pet].Status div 1) and 1) = 1 then begin
SetFontPos(25, Y + Pet*YSkip + 10);
- SetFontSize(5);
+ SetFontSize(15);
glPrint('N');
end;
if ((ATrack[Pet].Status div 2) and 1) = 1 then begin
SetFontPos(40, Y + Pet*YSkip + 10);
- SetFontSize(5);
+ SetFontSize(15);
glPrint('L');
end;
end;
@@ -577,7 +577,7 @@ begin
for Pet := 0 to High(ATrack) do begin
SetFontPos(11, Y + 10 + Pet*YSkip);
- SetFontSize(5);
+ SetFontSize(15);
glPrint(pchar(ATrack[Pet].Name));
end;