From 692fcc073c6252b6fcfb191842834e695c751a37 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 27 Apr 2018 00:29:33 +0200 Subject: [PATCH] LaunchAPPLServer: fix window position --- LaunchAPPL/Server/LaunchAPPLServer.r | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaunchAPPL/Server/LaunchAPPLServer.r b/LaunchAPPL/Server/LaunchAPPLServer.r index 2a80efe404..dd20c6fa98 100644 --- a/LaunchAPPL/Server/LaunchAPPLServer.r +++ b/LaunchAPPL/Server/LaunchAPPLServer.r @@ -88,7 +88,7 @@ resource 'WIND' (128, "About") { }; resource 'WIND' (129, "Main") { - {30, 10, 200, 400}, noGrowDocProc; + {50, 10, 200, 400}, noGrowDocProc; visible; noGoAway; 0, "Retro68 Application Launching Server"; @@ -97,7 +97,7 @@ resource 'WIND' (129, "Main") { resource 'STR#' (128) { { - "Ready."; + "Listening on Modem Port..."; "Downloading Application..."; "Running Application..."; "Sending Results...";