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:
@@ -76,3 +76,8 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi
|
||||
font-style : italic;
|
||||
}
|
||||
|
||||
treerow
|
||||
{
|
||||
min-height : 19px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user