summaryrefslogtreecommitdiff
path: root/PE/reinsert.rc
diff options
context:
space:
mode:
Diffstat (limited to 'PE/reinsert.rc')
-rw-r--r--PE/reinsert.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/PE/reinsert.rc b/PE/reinsert.rc
index b6975dc..38e482d 100644
--- a/PE/reinsert.rc
+++ b/PE/reinsert.rc
@@ -113,14 +113,14 @@ END
// Dialog
//
-IDD_ABOUT DIALOGEX 0, 0, 186, 95
+IDD_ABOUT DIALOGEX 0, 0, 335, 223
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "OK",IDOK,129,7,50,14
- PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
+ DEFPUSHBUTTON "OK",IDOK,278,7,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,278,24,50,14
END
@@ -135,9 +135,9 @@ BEGIN
IDD_ABOUT, DIALOG
BEGIN
LEFTMARGIN, 7
- RIGHTMARGIN, 179
+ RIGHTMARGIN, 328
TOPMARGIN, 7
- BOTTOMMARGIN, 88
+ BOTTOMMARGIN, 216
END
END
#endif // APSTUDIO_INVOKED