commit e467536cf372b034676b451d016d1502cbc93c09
parent 6e717f3fe94f7f3de600863f2af8166ef65683c7
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 5 Jun 2016 15:39:51 -0400
browser: fix alignment of OK button
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -94,7 +94,7 @@ BEGIN
PUSHBUTTON "&Select all", IDC_SELECT, 5, 231, 50, 14
PUSHBUTTON "&Unselect all", IDC_UNSELECT, 58, 231, 50, 14
PUSHBUTTON "&Actions...", IDC_ACTIONS, 111, 231, 45, 14
- DEFPUSHBUTTON "&OK", IDOK, 369, 230, 40, 14
+ DEFPUSHBUTTON "&OK", IDOK, 369, 231, 40, 14
PUSHBUTTON "&Cancel", IDCANCEL, 412, 231, 40, 14
PUSHBUTTON "&Apply", IDAPPLY, 455, 231, 40, 14
END