aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2026-04-16 22:35:24 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2026-04-16 22:35:24 +0100
commit25edffaffa688a5d4e7bb2914e63aef2b2bd4745 (patch)
tree0ea09bf378337d1c1c503cd17368f201d39fe1aa
parent09d68190b70213ac2bd377925c7bddf5b4ef9ce2 (diff)
downloadeehph2-25edffaffa688a5d4e7bb2914e63aef2b2bd4745.tar.gz
eehph2-25edffaffa688a5d4e7bb2914e63aef2b2bd4745.zip
Stopped peeking the file viewer on window resizeHEADmaster
-rw-r--r--Assets/demoimage2.pngbin0 -> 1111169 bytes
-rw-r--r--README.md4
2 files changed, 2 insertions, 2 deletions
diff --git a/Assets/demoimage2.png b/Assets/demoimage2.png
new file mode 100644
index 0000000..73d52db
--- /dev/null
+++ b/Assets/demoimage2.png
Binary files 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)