From: boca4711 <boc...@us...> - 2005-04-17 12:29:03
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24283 Modified Files: AnyEdit.rc Log Message: Fix: Layout in color preferences dialog Index: AnyEdit.rc =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.rc,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** AnyEdit.rc 5 Apr 2005 08:28:40 -0000 1.116 --- AnyEdit.rc 17 Apr 2005 12:28:51 -0000 1.117 *************** *** 1555,1561 **** FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN ! PUSHBUTTON "Button1",IDC_CBUTTON_FORE,143,31,127,13 ! LTEXT "Foreground Color",IDC_STATIC,142,20,100,9 ! LTEXT "Background Color",IDC_STATIC,144,56,74,9 PUSHBUTTON "Button2",IDC_CBUTTON_BACK,144,68,126,13 GROUPBOX "Sample Editor Area",IDC_STATIC,144,85,126,54 --- 1555,1561 ---- FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN ! PUSHBUTTON "Button1",IDC_CBUTTON_FORE,143,33,127,13 ! LTEXT "Foreground Color",IDC_STATIC,143,22,100,9 ! LTEXT "Background Color",IDC_STATIC,143,57,74,9 PUSHBUTTON "Button2",IDC_CBUTTON_BACK,144,68,126,13 GROUPBOX "Sample Editor Area",IDC_STATIC,144,85,126,54 |