From a9124df55b68e0e0b3a4789ae72d80a4fcef6a92 Mon Sep 17 00:00:00 2001 From: OgomnamO <54497554+amymor@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:53:02 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 210103e..af63850 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,5 @@ A simple and portable app (size=~50KB) to determine the correct width or height 6. Add an option to make the window topmost. 7. Add command-line parameters. 8. Add an option to auto calculate. -9. Add up and down buttons to TextBox. +9. Add up and down buttons to TextBox (change TextBox to NumericUpDown). +10. Store some settings like default aspect ratio to an ini file.