mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 04:07:59 +01:00
Fix MOW bug
This commit is contained in:
@@ -1648,7 +1648,7 @@ function CommandLine() //{{{
|
|||||||
availableHeight = getBrowser().mPanelContainer ?
|
availableHeight = getBrowser().mPanelContainer ?
|
||||||
getBrowser().mPanelContainer.boxObject.height : getBrowser().boxObject.height;
|
getBrowser().mPanelContainer.boxObject.height : getBrowser().boxObject.height;
|
||||||
if (!outputContainer.collapsed)
|
if (!outputContainer.collapsed)
|
||||||
availableHeight += outputContainer.height;
|
availableHeight += parseFloat(outputContainer.height);
|
||||||
}
|
}
|
||||||
catch (e) {}
|
catch (e) {}
|
||||||
doc.body.style.minWidth = commandlineWidget.scrollWidth + "px";
|
doc.body.style.minWidth = commandlineWidget.scrollWidth + "px";
|
||||||
|
|||||||
Reference in New Issue
Block a user