Ahh, so it isn't that it only shows 8, it is that it never shows less than 10.
The reason for that is the number of items you have on the right hand side. It will allocate sufficient space for them and while there is space under run, it isn't big enough for another entry which is why it is that size.
If you disable some of the right hand items you will find the number of icons on the left will reduce down to 8.