Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

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.

Learn More

This thread was closed and archived. Please ask a new question if you need help.

Account Settings is showing up in a tiny window instead of the full-size window.

  • 5 replies
  • 1 has this problem
  • 1 view
  • Last reply by SuMo Bot

more options

Before upgrading to the Beta version, account settings was popping up but only as a small window I couldn't do anything in at the bottom. After the upgrade, the tiny box moved to the top of the screen. How do I make it regular size again? Picture attached. Already restarted Thunderbird and computer a ew times.

Before upgrading to the Beta version, account settings was popping up but only as a small window I couldn't do anything in at the bottom. After the upgrade, the tiny box moved to the top of the screen. How do I make it regular size again? Picture attached. Already restarted Thunderbird and computer a ew times.

All Replies (5)

more options

Sorry, it wouldn't attach when I was posting.

more options

I don't know why that would have happened.

I know of one way to adjust the height of that window, which I used on a particular laptop with a widescreen aspect ratio that was a bit less tall than usual. I discovered that I could limit the height of the accounts window using this code in userChrome.css.

/* set min size for Account Settings pane */
#accountManager {
  min-height: 52em !important;
}

Of course adjust the 52em to whatever fits your needs.

more options

I have no idea how to do that and don't know anything about code, or what size I would need. Is there another solution?

more options

This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.