document selector tabs moving around and too wide
Posted: Mon Jan 10, 2022 6:28 pm
Ever since I downloaded v8.9.0 64-bit I have noticed that the document selector tabs are much wider than the name of the documents and end up using two rows instead of one. Also, when I click on a tab it changes it's position in the tabs so as to be on the wrong row and in the wrong position from what it was initially. Something like this:
When it's supposed to be this:
And instead of the spacing you see in the tabs, it would put them all on one row if they looked like this:
Now, the spacing in the tabs is much greater than shown here, but this suffices to show the issue. Is there a way I can change the spacing in the tabs and also prevent the document tab from changing position when I choose one to work on?
Edit: OK I feel like a fool now. I removed one document from the workspace and the document selector tabs dropped to a single row. Apparently, when the number of files loaded exceeds the width of the tab area it goes to two rows and puts space in the names in order to fill out both rows. That's OK, but I still wish it wouldn't move the tabs around just because I clicked on one.
Code: Select all
| doc9 | doc2 | doc3 | doc4 | doc5 |
| doc1 | doc6 | doc10 | doc7 | doc8 |
Code: Select all
| doc1 | doc2 | doc3 | doc4 | doc5 |
| doc6 | doc7 | doc8 | doc9 | doc10 |
Code: Select all
| doc1 | doc2 | doc3 | doc4 | doc5 | doc6 | doc7 | doc8 | doc9 | doc10 |
Edit: OK I feel like a fool now. I removed one document from the workspace and the document selector tabs dropped to a single row. Apparently, when the number of files loaded exceeds the width of the tab area it goes to two rows and puts space in the names in order to fill out both rows. That's OK, but I still wish it wouldn't move the tabs around just because I clicked on one.