changeset 654:a38d82918458

minor layout change
author heinrichsweikamp
date Tue, 16 Oct 2012 18:20:32 +0200
parents 994a04d7ae57
children 8c01edcf57fc
files code_part1/OSTC_code_asm_part1/pled_outputs.asm
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Oct 12 11:05:34 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue Oct 16 18:20:32 2012 +0200
@@ -2164,7 +2164,7 @@
 ; Display normal "xx.y"
 	lfsr	FSR2,letter
 	call	PLED_standard_color
-	WIN_TOP		.208
+	WIN_TOP		.207
 	WIN_LEFT	.0
 	WIN_FONT 	FT_MEDIUM
 	WIN_INVERT	.0					; Init new Wordprocessor
@@ -2185,7 +2185,7 @@
 	; That means ignore figure 4 and 5
 	lfsr	FSR2,letter
 	call	PLED_standard_color
-	WIN_TOP		.208
+	WIN_TOP		.207
 	WIN_LEFT	.0
 	WIN_FONT 	FT_MEDIUM
 	WIN_INVERT	.0					; Init new Wordprocessor
@@ -2200,7 +2200,7 @@
 	return
 
 PLED_clear_maxdepth:
-    WIN_BOX_BLACK   .208, .239, .0, .41		;top, bottom, left, right
+    WIN_BOX_BLACK   .207, .239, .0, .41		;top, bottom, left, right
 	bsf		maxdepth_greater_100m	; Set Flag
 	return