changeset 41:ee7175b1f6be

Increased column width of console to 80 characters.
author Atul Varma <varmaa@toolness.com>
date Thu, 15 May 2008 03:00:18 -0700
parents 832c043dfd47
children 768813231e54
files trivial-zui.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trivial-zui.js	Thu May 15 02:56:45 2008 -0700
+++ b/trivial-zui.js	Thu May 15 03:00:18 2008 -0700
@@ -5,7 +5,7 @@
     var contentLeft = $("#content").get(0).offsetLeft + "px";
     $("#top-window").get(0).style.left = contentLeft;
 
-    this._size = [70, 255];
+    this._size = [80, 255];
     this._console = null;
     this._activeWindow = 0;
     this._inputString = "";