diff options
author | Devine Lu Linvega <[email protected]> | 2018-12-03 20:15:30 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-12-03 20:15:30 +1200 |
commit | 2f65634721db4dca31dbdb0f85ca46619d0aeead (patch) | |
tree | 1fee06ecf113e3a8537a972fea63768b3da611d8 | |
parent | d57499e46ab058852534e62ff702985fe7ff19d7 (diff) | |
download | Orca-2f65634721db4dca31dbdb0f85ca46619d0aeead.tar.gz Orca-2f65634721db4dca31dbdb0f85ca46619d0aeead.zip |
*
-rw-r--r-- | desktop/sources/scripts/source.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/source.js b/desktop/sources/scripts/source.js index 3c83854..b01dedd 100644 --- a/desktop/sources/scripts/source.js +++ b/desktop/sources/scripts/source.js @@ -8,7 +8,7 @@ function Source (orca, terminal) { this.new = function () { console.log('New') - orca.w = 57 + orca.w = 65 orca.h = 25 orca.reset() this.path = null |