Skip to content

Commit

Permalink
Add TODO for next time
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 30, 2024
1 parent 3f882d0 commit add0c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl eframe::App for CalculatorApp {
);

ui.horizontal(|ui| {
// TODO 1: Change buttons to be created by a function
if ui.add(Button::new("7").min_size(BUTTON_SIZE)).clicked() {
self.click_number(7.0);
};
Expand Down

0 comments on commit add0c0c

Please sign in to comment.