From ae6f9c8b02f960048697418f110b0c710d43cf07 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 2 Sep 2012 21:13:30 -0400 Subject: [PATCH] Visual fix --- mystic/mide.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mystic/mide.pas b/mystic/mide.pas index 0a41594..d6c0172 100644 --- a/mystic/mide.pas +++ b/mystic/mide.pas @@ -1655,8 +1655,8 @@ Begin CoolBoxOpen (14, 'Edit'); BoxOpen (15, 4, 30, 7); - Form.AddNone('F', ' Find ' , 16, 7, 14, 'Search for text'); - Form.AddNone('R', ' Replace ' , 16, 8, 14, 'Search and replace text'); + Form.AddNone('F', ' Find ' , 16, 5, 14, 'Search for text'); + Form.AddNone('R', ' Replace ' , 16, 6, 14, 'Search and replace text'); Res := Form.Execute;