1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:37:57 +01:00

Fix MOW bug

This commit is contained in:
Kris Maglione
2009-01-13 19:23:35 -05:00
parent 2d58d84de5
commit ca81a0188b

View File

@@ -1648,7 +1648,7 @@ function CommandLine() //{{{
availableHeight = getBrowser().mPanelContainer ?
getBrowser().mPanelContainer.boxObject.height : getBrowser().boxObject.height;
if (!outputContainer.collapsed)
availableHeight += outputContainer.height;
availableHeight += parseFloat(outputContainer.height);
}
catch (e) {}
doc.body.style.minWidth = commandlineWidget.scrollWidth + "px";