mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
LaunchAPPLServer: fix window position
This commit is contained in:
parent
d11c708e57
commit
692fcc073c
@ -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...";
|
||||
|
Loading…
x
Reference in New Issue
Block a user