From: Jos v.d.V. <jo...@us...> - 2005-10-27 21:26:35
|
Update of /cvsroot/win32forth/win32forth/apps/Player4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13684/apps/Player4 Modified Files: View.f Log Message: Jos: Resized 2 labels Index: View.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Player4/View.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** View.f 26 Oct 2005 15:19:15 -0000 1.3 --- View.f 27 Oct 2005 21:26:27 -0000 1.4 *************** *** 191,200 **** self Start: lbl_Random_popular ! 60 110 125 16 Move: lbl_Random_popular Handle: Winfont SetFont: lbl_Random_popular s" Random popular" SetText: lbl_Random_popular self Start: lbl_Random_impopular ! 60 130 130 16 Move: lbl_Random_impopular Handle: Winfont SetFont: lbl_Random_impopular s" Random impopular" SetText: lbl_Random_impopular --- 191,200 ---- self Start: lbl_Random_popular ! 60 110 115 16 Move: lbl_Random_popular Handle: Winfont SetFont: lbl_Random_popular s" Random popular" SetText: lbl_Random_popular self Start: lbl_Random_impopular ! 60 130 115 16 Move: lbl_Random_impopular Handle: Winfont SetFont: lbl_Random_impopular s" Random impopular" SetText: lbl_Random_impopular |