0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 17:00:36 -05:00

Minor bugfix on workspace settings.

This commit is contained in:
Andrey Antukh 2016-04-13 21:07:56 +03:00
parent e77764f693
commit 82ce2d166e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -81,7 +81,7 @@
[:input
{:type "checkbox"
:on-change on-align-change
:checked (:grid/align opts)
:checked (:grid/alignment opts)
:id "magnet"
:value "Yes"}]
[:label {:for "magnet"} "Activate magnet"]]