From 1033468606a1361f807bba384c08955a321a9146 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 21 Apr 2016 23:33:29 -0300 Subject: [PATCH] Adjust Color dialog size. --- source/ide/ide_methods.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 7727a1d90..57a4b6cba 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -10353,7 +10353,7 @@ sep = CHR$(0) '-------- init -------- i = 0 -idepar p, 60, 13, "Colors" +idepar p, 45, 13, "Colors" l$ = CHR$(16) + "Normal Text" l$ = l$ + sep + " Strings" @@ -10451,7 +10451,7 @@ DO 'main loop CASE 6: COLOR 6, 6 'Current line background END SELECT - LOCATE p.y + 11, p.x + 13: PRINT " Enter new RGB values for the item "; + LOCATE p.y + 11, p.x + 5: PRINT " Enter new RGB values for the item "; '-------- end of custom display changes -------- 'update visual page and cursor position