mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Make pop up open on the side of the button
This commit is contained in:
parent
ca03d871a6
commit
baa9e271d5
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ impl TerminalButton {
|
|||
}
|
||||
|
||||
self.popup_menu.update(cx, |menu, cx| {
|
||||
menu.show(vec2f(0., 0.), AnchorCorner::TopLeft, menu_options, cx);
|
||||
menu.show(vec2f(0., 0.), AnchorCorner::TopRight, menu_options, cx);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue