commit 7738ba0fe5d3b6449f1df2b59919e4746c10f147
parent e2f0a87c9a69c3fdd82c08a69400e7763d547b82
Author: cfillion <cfillion@users.noreply.github.com>
Date: Wed, 25 Oct 2017 03:17:00 -0400
manager: move OK/Cancel/Apply buttons a few pixels to the right
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -37,9 +37,9 @@ BEGIN
PUSHBUTTON "&Browse packages", IDC_BROWSE, 5, 221, 75, 14
PUSHBUTTON "&Import/export...", IDC_IMPORT, 83, 221, 65, 14
PUSHBUTTON "&Options...", IDC_OPTIONS, 151, 221, 45, 14
- DEFPUSHBUTTON "&OK", IDOK, 238, 221, 40, 14
- PUSHBUTTON "&Cancel", IDCANCEL, 281, 221, 40, 14
- PUSHBUTTON "&Apply", IDAPPLY, 324, 221, 40, 14
+ DEFPUSHBUTTON "&OK", IDOK, 239, 221, 40, 14
+ PUSHBUTTON "&Cancel", IDCANCEL, 282, 221, 40, 14
+ PUSHBUTTON "&Apply", IDAPPLY, 325, 221, 40, 14
END
IDD_ABOUT_DIALOG DIALOGEX 0, 0, 460, 267