summaryrefslogtreecommitdiff
path: root/js/ui
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-06-10 02:32:39 -0400
committertimb <opuscule@gmail.com>2015-06-10 02:32:39 -0400
commit6097bace72ae70049c0d1c051cc2b60102935cc3 (patch)
treee8dc169b6849d31f3d9256f91a4162fd74951457 /js/ui
parentd57c5121e701004625bfc20d8823df7425938654 (diff)
selection cell height was too large
Diffstat (limited to 'js/ui')
-rw-r--r--js/ui/selection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/selection.js b/js/ui/selection.js
index c229019..ed67023 100644
--- a/js/ui/selection.js
+++ b/js/ui/selection.js
@@ -53,7 +53,7 @@ var selection = (function(){
var cell_left = cell.offsetLeft
var cell_top = cell.offsetTop
var cell_width = 9
- var cell_height = 17
+ var cell_height = 16
var w = width(a,b)
var h = height(a,b)
selector_el.style.top = (cell_top-1) + "px"