diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-09-02 08:33:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-02 08:33:10 -0700 |
commit | 3c9f7ba15267f52dd1bf37cd8835e2f7b76819e7 (patch) | |
tree | 189f09ba4c2f8c57527a51dd29bf896079c832b6 /ext/bg/js/options.js | |
parent | 037363e3a70675a580431d2ee891e3d88fae511c (diff) | |
parent | 707d2569cc2c8c6da2bdacea6e999a7ea3ea6297 (diff) |
Merge pull request #196 from toasted-nutbread/vertical-text-popup-position
Vertical text popup position
Diffstat (limited to 'ext/bg/js/options.js')
-rw-r--r-- | ext/bg/js/options.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index 29d8a215..c76525b9 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -199,6 +199,10 @@ function optionsSetDefaults(options) { popupHeight: 250, popupHorizontalOffset: 0, popupVerticalOffset: 10, + popupHorizontalOffset2: 10, + popupVerticalOffset2: 0, + popupHorizontalTextPosition: 'below', + popupVerticalTextPosition: 'before', showGuide: true, compactTags: false, compactGlossaries: false, |