[Gcblue-commits] gcb_wx/xml briefing_left.xml,1.2,1.3 info_console.xml,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-01 03:17:28
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20973/xml Modified Files: briefing_left.xml info_console.xml Log Message: A few more changes related to GDI+ replacement Index: info_console.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/info_console.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** info_console.xml 7 Oct 2004 22:02:59 -0000 1.1 --- info_console.xml 1 Nov 2004 03:17:19 -0000 1.2 *************** *** 1,5 **** <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="70" DrawBorder="0"/> </Window> \ No newline at end of file --- 1,5 ---- <Window> ! <TextBox TopMargin="2" BottomMargin="2" Wrap="70" DrawBorder="0" FontSize="12"/> </Window> \ No newline at end of file Index: briefing_left.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/briefing_left.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** briefing_left.xml 21 Oct 2004 04:11:00 -0000 1.2 --- briefing_left.xml 1 Nov 2004 03:17:19 -0000 1.3 *************** *** 1,5 **** <Window> ! <Button X="50" Y="65" Width="65" Height="15" Caption="Skip" Command="120"/> ! ! <TextBox TopMargin="30" BottomMargin="50" Wrap="60"/> </Window> \ No newline at end of file --- 1,4 ---- <Window> ! <Button X="5" Y="5" Width="65" Height="15" Caption="Skip" Command="120"/> ! <TextBox TopMargin="30" BottomMargin="50" Wrap="60" FontSize="12"/> </Window> \ No newline at end of file |