mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 00:29:59 +02:00
Minor refactor of workarea rules and grid.
This commit is contained in:
parent
c182340be4
commit
f7b902a7ef
5 changed files with 98 additions and 75 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue