|
From: <xue...@us...> - 2003-07-12 23:22:21
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv30585
Modified Files:
CBP.nsh
Log Message:
Moved the "Remove" boxes further to the left and increased the height available for the "Delete" instructions.
Index: CBP.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/CBP.nsh,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CBP.nsh 12 Jul 2003 11:55:51 -0000 1.13
--- CBP.nsh 12 Jul 2003 23:22:19 -0000 1.14
***************
*** 717,725 ****
!define CBP_BN_NAME_LEFT 157
! !define CBP_BN_NAME_RIGHT 253
; Constants used to position the "Remove" boxes
! !define CBP_BN_REMOVE_LEFT 253
!define CBP_BN_REMOVE_RIGHT 298
--- 717,725 ----
!define CBP_BN_NAME_LEFT 157
! !define CBP_BN_NAME_RIGHT 250
; Constants used to position the "Remove" boxes
! !define CBP_BN_REMOVE_LEFT 250
!define CBP_BN_REMOVE_RIGHT 298
***************
*** 834,838 ****
"Label" \
"$(PFI_LANG_CBP_IO_DELETE)" \
! "${CBP_INFO_LEFT_MARGIN}" "${CBP_INFO_RIGHT_MARGIN}" "110" "140"
; Label used to display progress reports
--- 834,838 ----
"Label" \
"$(PFI_LANG_CBP_IO_DELETE)" \
! "${CBP_INFO_LEFT_MARGIN}" "${CBP_INFO_RIGHT_MARGIN}" "107" "140"
; Label used to display progress reports
|