Widen buttons in sys info dialog

This commit is contained in:
Barry Harris 2012-01-23 15:34:53 +00:00
parent 72feaa2af2
commit b25a838ccc
1 changed files with 2 additions and 2 deletions

View File

@ -396,8 +396,8 @@ STYLE DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "FB Alpha system information report"
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "OK",IDOK,294,131,50,14
PUSHBUTTON "Save...",IDC_SYSINFO_LOG,240,131,50,14
DEFPUSHBUTTON "OK",IDOK,274,131,70,14
PUSHBUTTON "Save...",IDC_SYSINFO_LOG,200,131,70,14
CONTROL "",IDC_SYSINFO_EDIT,"EDIT",ES_MULTILINE | ES_WANTRETURN | ES_READONLY | WS_TABSTOP | WS_VSCROLL,3,3,342,122, WS_EX_STATICEDGE
END