1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 07:35:07 +00:00
serenity/Userland/Applications/ImageViewer
Aziz Berkay Yesilyurt ec389adaa6 ImageViewer: Use real path for the image path
By using the real path for the image, ImageViewer can iterate over the
images in the same directory. Before, this was not possible when
ImageViewer opened from Terminal with a path argument.
2021-07-09 10:22:26 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp ImageViewer: Don't resize the window after the first image is displayed 2021-07-09 10:22:26 +02:00
ViewWidget.cpp ImageViewer: Use real path for the image path 2021-07-09 10:22:26 +02:00
ViewWidget.h ImageViewer: Don't resize the window after the first image is displayed 2021-07-09 10:22:26 +02:00