Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
makuke1234 committed Jan 21, 2022
1 parent c02d34a commit f93a78a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
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 modified 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 modified 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.
2 changes: 1 addition & 1 deletion src/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ FONT 9, "Segoe UI", 400, 0, 0x1
BEGIN
#define BUTTON_POS (ABOUTDLG_WIDTH - 50 - DLG_MARGIN - 50) / 2

DEFPUSHBUTTON "Open GitHub",IDB_GITHUB,BUTTON_POS,ABOUTDLG_HEIGHT - DLG_MARGIN - 14,50,14
DEFPUSHBUTTON "OK",IDOK,BUTTON_POS + (50 + DLG_MARGIN),ABOUTDLG_HEIGHT - DLG_MARGIN - 14,50,14
PUSHBUTTON "Open GitHub",IDB_GITHUB,BUTTON_POS,ABOUTDLG_HEIGHT - DLG_MARGIN - 14,50,14

#undef BUTTON_POS

Expand Down

0 comments on commit f93a78a

Please sign in to comment.