summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-26 17:19:10 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:45 +0200
commitd22fa82e50d8ac540584659225c1c113d939251b (patch)
treebfaaff1b85f89606b2945cf9d4287fc47fa169d1 /src
parentbbb802b4142d11f020994ac4d9ae9c1610ac4038 (diff)
Reduce rack border width
Diffstat (limited to 'src')
-rw-r--r--src/components/map/MapConstants.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/map/MapConstants.js b/src/components/map/MapConstants.js
index 77b1f2cf..eca8e516 100644
--- a/src/components/map/MapConstants.js
+++ b/src/components/map/MapConstants.js
@@ -7,4 +7,4 @@ export const OBJECT_SIZE_IN_PIXELS = TILE_SIZE_IN_PIXELS - OBJECT_MARGIN_IN_PIXE
export const GRID_LINE_WIDTH_IN_PIXELS = 2;
export const WALL_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 8;
-export const OBJECT_BORDER_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 10;
+export const OBJECT_BORDER_WIDTH_IN_PIXELS = TILE_SIZE_IN_PIXELS / 12;