Fixing bug 132403, aligning items in the unifinder in the center of the row.

This commit is contained in:
mikep%oeone.com 2002-03-21 15:29:07 +00:00
Родитель b380b6a596
Коммит 189585e2e1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -558,7 +558,8 @@ function refreshEventTree( eventArray, childrenName )
treeCellHBox.setAttribute( "flex" , "1000" );
treeCellHBox.setAttribute( "class", "unifinder-treecell-box-class" );
treeCellHBox.setAttribute( "crop", "right" );
treeCellHBox.setAttribute( "align", "center" );
var treeCellVBox = document.createElement( "vbox" );
treeCellVBox.setAttribute( "crop", "right" );
treeCellVBox.setAttribute( "flex", "1" );