зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 132403, aligning items in the unifinder in the center of the row.
This commit is contained in:
Родитель
b380b6a596
Коммит
189585e2e1
|
@ -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" );
|
||||
|
|
Загрузка…
Ссылка в новой задаче