Add crisp feature for enabling default quad snapping

This commit is contained in:
Héctor Ramón Jiménez 2025-05-30 00:30:23 +02:00
parent 12ac265694
commit 567b7d9e9f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
14 changed files with 184 additions and 138 deletions

View file

@ -167,6 +167,7 @@ where
bounds: layout.bounds().shrink(1.0),
shadow: style.shadow,
border: border::rounded(style.shadow_border_radius),
snap: false,
},
style.shadow.color,
);
@ -332,6 +333,7 @@ where
border: border::rounded(
style.shadow_border_radius,
),
snap: false,
},
style.shadow.color,
);