Fix bottom dock resizing
This commit is contained in:
parent
26fe7a81f3
commit
ad7f32d7d2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ impl DockPosition {
|
|||
fn to_resizable_side(self) -> Side {
|
||||
match self {
|
||||
Self::Left => Side::Right,
|
||||
Self::Bottom => Side::Bottom,
|
||||
Self::Bottom => Side::Top,
|
||||
Self::Right => Side::Left,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue