Skip to content

Commit

Permalink
trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilhenry committed Nov 14, 2023
1 parent ba996f1 commit bc942b1
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 @@ -106,6 +106,7 @@ impl eframe::App for MyApp {
egui::Layout::top_down_justified(egui::Align::Center),
|ui| {
ui.add_space(WIDGET_SPACING);
ui.add_space(0.0);
ui.label("SETTINGS");
ui.add_space(WIDGET_SPACING);
egui::ComboBox::from_label("Select Node Type")
Expand Down

0 comments on commit bc942b1

Please sign in to comment.