Patch from jrgm for bug 58437 - force tree rows to have a min height of 19px so they don't resize when the spin icon appears. r=bryner, a=hyatt.

git-svn-id: svn://10.0.0.236/trunk@82259 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu
2000-11-03 02:51:44 +00:00
parent 978d58aeeb
commit 57fa4b8d22
3 changed files with 15 additions and 0 deletions

View File

@@ -76,3 +76,8 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi
font-style : italic;
}
treerow
{
min-height : 19px;
}

View File

@@ -76,6 +76,11 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi
font-style : italic;
}
treerow
{
min-height : 19px;
}
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.

View File

@@ -63,6 +63,11 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi
font-style : italic;
}
treerow
{
min-height : 19px;
}
/**
* This fixes a bug. As you scroll down in a tree the computed column width
* can change. That would make the columns shift durning scrolling.