mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +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") {
|
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...";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user