1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Userland/Applications/ImageViewer
Mustafa Quraish 481ed1ca16 ImageViewer: Fix window resizing on first image
The logic in place for this no longer worked since we abstracted away
the logic for zooming / panning (which changed how scale is stored).
This commit fixes the behaviour so when the first image is opened, the
window resizes to fit it.
2022-02-14 11:49:21 +01:00
..
CMakeLists.txt ImageViewer: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
main.cpp ImageViewer: Fix window resizing on first image 2022-02-14 11:49:21 +01:00
ViewWidget.cpp LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
ViewWidget.h ImageViewer: Inherit from AbstractZoomPanWidget 2022-01-14 01:02:34 +01:00