LaunchAPPLServer: fix window position

This commit is contained in:
Wolfgang Thaller 2018-04-27 00:29:33 +02:00
parent d11c708e57
commit 692fcc073c

View File

@ -88,7 +88,7 @@ resource 'WIND' (128, "About") {
}; };
resource 'WIND' (129, "Main") { resource 'WIND' (129, "Main") {
{30, 10, 200, 400}, noGrowDocProc; {50, 10, 200, 400}, noGrowDocProc;
visible; visible;
noGoAway; noGoAway;
0, "Retro68 Application Launching Server"; 0, "Retro68 Application Launching Server";
@ -97,7 +97,7 @@ resource 'WIND' (129, "Main") {
resource 'STR#' (128) { resource 'STR#' (128) {
{ {
"Ready."; "Listening on Modem Port...";
"Downloading Application..."; "Downloading Application...";
"Running Application..."; "Running Application...";
"Sending Results..."; "Sending Results...";