Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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.

Solução escolhida

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.

Ler esta resposta no contexto 👍 1

Todas as respostas (3)

more options

Solução escolhida

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!