Bug 1411309 - Remove margin next to chrome controls and drag space. r=johannh

MozReview-Commit-ID: 91JCjkW7mNJ

--HG--
extra : rebase_source : a294e69cef349c69012604fb836ea77d2b5c9132
This commit is contained in:
Dale Harvey 2017-11-06 14:09:48 +00:00
Родитель 3c55451f9e
Коммит e625918d42
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -168,7 +168,7 @@ var TabsInTitlebar = {
let fullTabsHeight = rect($("TabsToolbar")).height;
// Buttons first:
let captionButtonsBoxWidth = rect($("titlebar-buttonbox-container")).width;
let captionButtonsBoxWidth = rect($("titlebar-buttonbox")).width;
let secondaryButtonsWidth, menuHeight, fullMenuHeight, menuStyles;
if (AppConstants.platform == "macosx") {