[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attrview AttributeView.java,1.29,1.30
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2006-01-25 14:50:23
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25715/src/net/sourceforge/bprocessor/gui/attrview Modified Files: AttributeView.java Log Message: small layout change Index: AttributeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributeView.java,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** AttributeView.java 25 Jan 2006 09:32:29 -0000 1.29 --- AttributeView.java 25 Jan 2006 14:50:10 -0000 1.30 *************** *** 524,527 **** --- 524,528 ---- add(emptyLine); + con.gridwidth = 2; JPanel type = new JPanel(); type.setMinimumSize(new Dimension(120, 120)); *************** *** 636,640 **** type.add(rollz, typeCon); ! add(type); } --- 637,641 ---- type.add(rollz, typeCon); ! add(type, con); } |