Minor refactor of workarea rules and grid.

This commit is contained in:
Andrey Antukh 2015-12-29 14:23:41 +02:00
parent c182340be4
commit f7b902a7ef
5 changed files with 98 additions and 75 deletions

View file

@ -127,8 +127,8 @@
;; Constants
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(def viewport-height 3000)
(def viewport-width 3000)
(def viewport-height 2048)
(def viewport-width 2048)
(def document-start-x 50)
(def document-start-y 50)