Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilhenry committed Nov 14, 2023
1 parent 5af3f40 commit 055aab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ impl eframe::App for MyApp {
ui.label("Heuristic");
ui.vertical_centered(|ui| {
ui.horizontal(|ui| {
ui.add_space(12.0);
ui.selectable_value(
&mut self.heuristic,
Heuristic::Manhattan,
Expand Down

0 comments on commit 055aab0

Please sign in to comment.