mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 05:46:44 +02:00
🐛 Fix problems with constraints resizing
This commit is contained in:
parent
ff121d2af5
commit
2341dfb95d
3 changed files with 266 additions and 116 deletions
|
@ -72,7 +72,7 @@ pub enum Kind {
|
|||
Group(Group),
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Copy)]
|
||||
pub enum ConstraintH {
|
||||
Left,
|
||||
Right,
|
||||
|
@ -94,7 +94,7 @@ impl ConstraintH {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Copy)]
|
||||
pub enum ConstraintV {
|
||||
Top,
|
||||
Bottom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue