Render the bottom dock buttons before the right dock buttons
This commit is contained in:
parent
ba248244ec
commit
f554877ff4
1 changed files with 1 additions and 1 deletions
|
@ -575,8 +575,8 @@ impl Workspace {
|
|||
let status_bar = cx.add_view(|cx| {
|
||||
let mut status_bar = StatusBar::new(¢er_pane.clone(), cx);
|
||||
status_bar.add_left_item(left_dock_buttons, cx);
|
||||
status_bar.add_right_item(bottom_dock_buttons, cx);
|
||||
status_bar.add_right_item(right_dock_buttons, cx);
|
||||
status_bar.add_right_item(bottom_dock_buttons, cx);
|
||||
status_bar
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue