For some reason it seems that the directory name in the tab header is centered instead of left-aligned if the directory name contains an & (ampersand) character. Best visible if you have narrow tab headers. Try for instance the following directory names:
Code: Select all
aaa bbb ccc ddd eee
Code: Select all
aaa bbb ccc ddd eee&
Code: Select all
&aaa bbb ccc ddd eee
Expected: Show the directory name from the beginning, so "aaa bbb".
Roman