diff --git a/crates/workspace/src/dock.rs b/crates/workspace/src/dock.rs index 57d18fd3686a3e91d3c83d55cd7b1cca8ed71a5e..2b23ceb7f308bc6cc0cb83073757d161eeb5796f 100644 --- a/crates/workspace/src/dock.rs +++ b/crates/workspace/src/dock.rs @@ -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, } }