|
From: <xue...@us...> - 2003-07-04 19:47:22
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv21681
Modified Files:
CBP.nsh
Log Message:
Adjusted field widths to make more room for the language texts.
Index: CBP.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/CBP.nsh,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CBP.nsh 2 Jul 2003 16:03:29 -0000 1.9
--- CBP.nsh 4 Jul 2003 19:47:19 -0000 1.10
***************
*** 702,716 ****
!define CBP_INFO_LEFT_MARGIN 0
! !define CBP_INFO_RIGHT_MARGIN 131
; Constants used to position the bucket names
!define CBP_BN_NAME_LEFT 157
! !define CBP_BN_NAME_RIGHT -44
; Constants used to position the "Remove" boxes
! !define CBP_BN_REMOVE_LEFT 255
! !define CBP_BN_REMOVE_RIGHT 300
; Constants used to define the position of the 8 rows in the bucket list
--- 702,716 ----
!define CBP_INFO_LEFT_MARGIN 0
! !define CBP_INFO_RIGHT_MARGIN 141
; Constants used to position the bucket names
!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
; Constants used to define the position of the 8 rows in the bucket list
***************
*** 824,828 ****
"Label" \
"$(PFI_LANG_CBP_IO_DELETE)" \
! "${CBP_INFO_LEFT_MARGIN}" "${CBP_INFO_RIGHT_MARGIN}" "110" "190"
; Label used to display progress reports
--- 824,828 ----
"Label" \
"$(PFI_LANG_CBP_IO_DELETE)" \
! "${CBP_INFO_LEFT_MARGIN}" "${CBP_INFO_RIGHT_MARGIN}" "110" "140"
; Label used to display progress reports
***************
*** 831,835 ****
"Label" \
" " \
! "155" "-1" "132" "140"
; Box enclosing the list of bucket names defined so far
--- 831,835 ----
"Label" \
" " \
! "155" "299" "132" "140"
; Box enclosing the list of bucket names defined so far
|