Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
makuke1234 committed Jan 20, 2022
1 parent d5979ce commit f6a1581
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,26 @@ The x86 (32-bit) Windows binaries can be downloaded [here](https://github.com/ma

# Screenshots

## PdfiumView with about dialog open

![Screen 1](https://github.com/makuke1234/PdfiumView/raw/master/images/screen1.PNG)

## Highlighted tab close button

![Highlighted button](https://github.com/makuke1234/PdfiumView/raw/master/images/screen2.PNG)

## Pressed tab close button

![Pressed button](https://github.com/makuke1234/PdfiumView/raw/master/images/screen3.PNG)


# Changelog

* 0.4.0 (planned)
* Make about dialog always centered
* *About dialog button is also centered*
* Make window size less restricted
* [ ] More refactoring of codebase
* [ ] Add zooming capability

* 0.3.0
Expand Down
Binary file modified images/screen1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#include "version.hpp"
#include "resource.hpp"

#define APP_DEFSIZE_X 640
#define APP_DEFSIZE_Y 480
#define APP_DEFSIZE_X 350
#define APP_DEFSIZE_Y 200

#if INTPTR_MAX == INT64_MAX
#define PTRPRINT "0x%016X"
Expand Down

0 comments on commit f6a1581

Please sign in to comment.