summaryrefslogtreecommitdiff
path: root/src/client/consts.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-04-01 23:59:57 +0300
committerAlon Levy <alon@pobox.com>2015-04-02 00:35:01 +0300
commit1606347e24d57882cc987e0dd31f59fc659fd596 (patch)
tree6ca91bf46046f44953c00b7cfc5557959b6535b8 /src/client/consts.js
parent598f7a1a05bfc8195f35527e7ad94f387ac6f6a8 (diff)
client/layouts/concentric: consts refactor, enlarge minimal ring distance
Diffstat (limited to 'src/client/consts.js')
-rw-r--r--src/client/consts.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/consts.js b/src/client/consts.js
index 83bf5728..b1baa5d9 100644
--- a/src/client/consts.js
+++ b/src/client/consts.js
@@ -30,5 +30,10 @@ define(function() {
VK_TAB: 9,
VK_SPACE: 32,
VK_ENTER: 13,
+
+ // Layout constants
+ link_text_short_length: 14,
+ concentric_top_width: 200,
+ concentric_ring_distance_minimum: 200,
};
});