Bug 1427051 - Revert portait mode width of the inspector back to 700px. r=me

This commit is contained in:
Gabriel Luong 2017-12-27 13:28:31 -05:00
Родитель 8b1f92b070
Коммит 110ff92145
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -48,7 +48,7 @@ const INITIAL_SIDEBAR_SIZE = 350;
// If the toolbox width is smaller than given amount of pixels,
// the sidebar automatically switches from 'landscape' to 'portrait' mode.
const PORTRAIT_MODE_WIDTH = 800;
const PORTRAIT_MODE_WIDTH = 700;
const SHOW_SPLIT_SIDEBAR_TOGGLE_PREF = "devtools.inspector.split-sidebar-toggle";
const SPLIT_RULE_VIEW_PREF = "devtools.inspector.split-rule-enabled";