Closed
Bug 43681
Opened 26 years ago
Closed 24 years ago
Reduce the size of the default height and width for <tree>
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: jrgmorrison, Assigned: hyatt)
Details
In xul.css, the default height and width for <tree> are set to
200px. This could be lower, I am told ...
tree {
width: 200px;
height: 200px;
min-width: 0px;
min-height: 0px;
behavior: url("chrome://global/content/treeBindings.xml#tree");
}
Comment 2•24 years ago
|
||
-> tree bug graveyard?
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•