Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
divagicha committed May 27, 2021
1 parent b453a8e commit 84a1564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def create_window(finalize=False):
simpleGUI.Button('Next', key='next_min_age_limit')]
])],

[simpleGUI.Text('Made with (https://github.com/divagicha/\nCoWIN-Vaccine-Appointment-Booking)', auto_size_text=True, font='Courier 8'),
[simpleGUI.Text('Made with (https://github.com/divagicha/\nCoWIN-Vaccine-Appointment-Booking)', auto_size_text=True, font='Courier 8'),
simpleGUI.Button('Reset Form', key='clear_values', tooltip="This will clear all the above values", size=(11, 1), button_color='Yellow'),
simpleGUI.Exit('Exit', size=(11, 1), button_color='Yellow')]]

Expand Down

0 comments on commit 84a1564

Please sign in to comment.