From 25edffaffa688a5d4e7bb2914e63aef2b2bd4745 Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 16 Apr 2026 22:35:24 +0100 Subject: Stopped peeking the file viewer on window resize --- Assets/demoimage2.png | Bin 0 -> 1111169 bytes README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Assets/demoimage2.png diff --git a/Assets/demoimage2.png b/Assets/demoimage2.png new file mode 100644 index 0000000..73d52db Binary files /dev/null and b/Assets/demoimage2.png differ diff --git a/README.md b/README.md index b37909e..3fed947 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple windows image viewer I wrote when I was 15. Despite my programming knowledge not being as good back then, it's still much better than the default windows image viewer and has a lot of nice features I like. The file date metadata is incorrect since it was reset by the file system at some point, it was written in 2016 ish. -![Demo image](/Assets/demoimage.png) +![Demo image](/Assets/demoimage2.png) ## Features @@ -20,4 +20,4 @@ Things to fix if I can ever get round to it - [x] Make a `requirements.txt` - [ ] Nicer icon - [x] Replace the file tree with the newer [tkFileBrowser](https://github.com/jwansek/tkFileBrowser/) and try to fix any bugs in it, open the file tree at the correct place. Then it will use the windows API to get the correct icon for a file/directory -- [x] Reload image size on app resizing (not just maximizing) \ No newline at end of file +- [x] Reload image size on app resizing (not just maximizing) -- cgit v1.2.3