Skip to content

Commit 59453db

Browse files
authored
Update README.md
1 parent 14be836 commit 59453db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ _as simple as it gets for an image viewer_
88

99
![plainIMG_open_comparison](examples/plainIMG_open_comparison.gif)
1010

11-
2. the image window is pinned on top of every other window by default (no need to install PowerToys or other software!):
11+
2. the image window is pinned on top of every other window by default (no need to install PowerToys or other software!)
1212
3. lightweight (the executable is under 3MB!)
13+
4. you can drag the window around using the actual window (the client area) instead of just the title bar!
1314

1415
# usage
1516

@@ -41,7 +42,7 @@ to support the developer, you can appreciate the project by giving it a star in
4142
- keep the aspect ratio of the image with `A`. if you disable this, it will stretch the picture across the entire window. enabled by default.
4243
- resize the window to be the image's size with `R`. note: only works if keep aspect ratio is enabled.
4344
- when working with small resolution images, antialiasing usually ruins the image, so disable it with `L`. antialiasing is enabled by default.
44-
- the window is also draggable in client area (other than the title bar), but be aware that native windows functions like window snapping wont work here. they only work with the title bar provided by windows.
45+
- the window is also draggable in client area (the area other than the title bar), but be aware that native windows functions like window snapping wont work here. they only work with the title bar provided by windows.
4546
- quit the app by closing the window, pressing `Q` or `ESCAPE`.
4647
- the link to this github repository is located inside the `About` menu.
4748
- WARNING: as of now, this project is only available on Windows. if this project gets enough attention, i will make a version for macOS and possibly even Linux.

0 commit comments

Comments
 (0)