diff --git a/js-lib/state-controller.js b/js-lib/state-controller.js index cae1d07..0700173 100644 --- a/js-lib/state-controller.js +++ b/js-lib/state-controller.js @@ -248,7 +248,7 @@ ascii.StateController = function(state) { }.bind(this)); $('#freeform-button').click(function(e) { - this.drawFunction = new DrawFreeform(state, 'O'); + this.drawFunction = new DrawFreeform(state, '+'); }.bind(this)); $('#erase-button').click(function(e) { diff --git a/root.html b/root.html index a971f8d..f3f5381 100644 --- a/root.html +++ b/root.html @@ -13,13 +13,13 @@ left: 0px; right: 0px; z-index: 100; - width: 400px; + width: 320px; background: #EEE; text-align: center; } button { - width: 97px; + width: 60px; height: 30px; text-align: center; cursor: pointer; @@ -37,9 +37,9 @@ button {