mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 09:59:10 +02:00
🐛 Fix problem with auto sizes
This commit is contained in:
parent
8e35ad0f7f
commit
da209b7507
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@
|
||||||
(gpt/add base-p (hv 0.01))
|
(gpt/add base-p (hv 0.01))
|
||||||
(gpt/add base-p (vv 0.01))]
|
(gpt/add base-p (vv 0.01))]
|
||||||
|
|
||||||
|
col?
|
||||||
|
(conj (gpt/add base-p (vv min-height)))
|
||||||
|
|
||||||
|
row?
|
||||||
|
(conj (gpt/add base-p (hv min-width)))
|
||||||
|
|
||||||
(and col? h-start?)
|
(and col? h-start?)
|
||||||
(conj (gpt/add base-p (hv min-width)))
|
(conj (gpt/add base-p (hv min-width)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue