Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Issues after upgrade to Thunderbird v115

  • 4 Antworten
  • 3 haben dieses Problem
  • 165 Aufrufe
  • Letzte Antwort von Brett

more options

How can I move the standard file menu above the new "spaces" toolbar in Thunderbird v115? Why does the spaces toolbar take up the system title bar area?

How can I move the standard file menu above the new "spaces" toolbar in Thunderbird v115? Why does the spaces toolbar take up the system title bar area?

Ausgewählte Lösung

- click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

Diese Antwort im Kontext lesen 👍 2

Alle Antworten (4)

more options

Ausgewählte Lösung

- click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

more options

Thank you David, that fix worked perfectly!

more options

You're welcome.

more options

This worked for me also. Many thanks!

But ALSO I had to look at Density and Font Size" to 'round out' how the new Thunderbird looks. (accessed via "View" menu pick).

My TB was re/set to 'Compact' in Density - when I've used / have had it on Default. Font Size is just weird, still working out the settings for me. Changing fonts may affect line spacing in template emails I've discovered.

Geändert am von Brett