Skip to content

Commit

Permalink
Remove separator
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Nov 26, 2023
1 parent 19b7053 commit d60b4aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/top_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ impl TopBar {
save_project |= ui.button("Save Project").clicked();
});

ui.separator();

#[cfg(not(target_arch = "wasm32"))]
{
ui.separator();
Expand Down

0 comments on commit d60b4aa

Please sign in to comment.