[Gcblue-commits] gcb_wx/src/graphics tcPanel.cpp,1.5,1.6
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-29 03:55:15
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21076/src/graphics Modified Files: tcPanel.cpp Log Message: Magazine class tcStores and related Index: tcPanel.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcPanel.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tcPanel.cpp 2 Nov 2004 04:23:56 -0000 1.5 --- tcPanel.cpp 29 Nov 2004 03:55:05 -0000 1.6 *************** *** 268,273 **** boundingBox.top = (bottom > boundingBox.top) ? bottom : boundingBox.top; } ! boundingBox.right += border_width; ! boundingBox.top += border_width; titleBox = boundingBox; --- 268,273 ---- boundingBox.top = (bottom > boundingBox.top) ? bottom : boundingBox.top; } ! boundingBox.right += border_width + 10.0f; ! boundingBox.top += border_width + 10.0f; titleBox = boundingBox; |