mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 06:25:45 +01:00
Fix the MOW height calculation in Muttator.
This commit is contained in:
@@ -104,6 +104,12 @@ const configbase = { //{{{
|
||||
*/
|
||||
name: null,
|
||||
|
||||
/**
|
||||
* @property {number} The height (px) that is available to the output
|
||||
* window.
|
||||
*/
|
||||
get outputHeight() getBrowser().mPanelContainer.boxObject.height,
|
||||
|
||||
/**
|
||||
* @property {[string]} A list of extra scripts in the liberator or
|
||||
* application namespaces which should be loaded before liberator
|
||||
|
||||
Reference in New Issue
Block a user