summaryrefslogtreecommitdiffstats
path: root/braille.js
diff options
context:
space:
mode:
Diffstat (limited to 'braille.js')
-rw-r--r--braille.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/braille.js b/braille.js
index 8d94db7..fe81c6e 100644
--- a/braille.js
+++ b/braille.js
@@ -1,6 +1,6 @@
"use strict";
-const OUTHEIGHT = 20;
+const OUTHEIGHT = 30;
const OUTWIDTH = 2 * OUTHEIGHT;
const HEIGHT = 3 * OUTHEIGHT;
const WIDTH = 2 * OUTWIDTH;