mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Fix MOW bug
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user