Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How can I reset default size of developer tools panel without access to it?

more options

My browser crashed and after that the developer tools panel is only 1 pixel wide located at the right of my screen. I can't drag to make it wider since this only triggers the window resize.

If I try to use shortcuts or menu to "Toggle Tools" the one pixel wide line is shown/hidden.

My browser crashed and after that the developer tools panel is only 1 pixel wide located at the right of my screen. I can't drag to make it wider since this only triggers the window resize. If I try to use shortcuts or menu to "Toggle Tools" the one pixel wide line is shown/hidden.

選ばれた解決策

Can you try this:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box above the list, type or paste devtools.toolbox.sidebar.width and pause while the list is filtered

(3) Use the button toward the right end of the row with the left-pointing arrow to reset the devtools.toolbox.sidebar.width preference to its default value.

Alternately, double-click the devtools.toolbox.sidebar.width preference and Firefox should display an editable field where you can modify the value as desired. Replace the current value with 600. To save the change, press Enter or click the blue check mark button.

この回答をすべて読む 👍 1

すべての返信 (3)

more options

選ばれた解決策

Can you try this:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box above the list, type or paste devtools.toolbox.sidebar.width and pause while the list is filtered

(3) Use the button toward the right end of the row with the left-pointing arrow to reset the devtools.toolbox.sidebar.width preference to its default value.

Alternately, double-click the devtools.toolbox.sidebar.width preference and Firefox should display an editable field where you can modify the value as desired. Replace the current value with 600. To save the change, press Enter or click the blue check mark button.

more options

Try to rename/remove xulstore.json in the Firefox profile folder with Firefox closed.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

jscher2000 said

Can you try this: (1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk. (2) In the search box above the list, type or paste devtools.toolbox.sidebar.width and pause while the list is filtered (3) Use the button toward the right end of the row with the left-pointing arrow to reset the devtools.toolbox.sidebar.width preference to its default value. Alternately, double-click the devtools.toolbox.sidebar.width preference and Firefox should display an editable field where you can modify the value as desired. Replace the current value with 600. To save the change, press Enter or click the blue check mark button.

Thanks, that did it!