Look for this setting in the .ini file.
[TabsOnTopSelected]
Image = Tab.png
TopHeight = 5
BottomHeight = 5
RightWidth = 10
LeftWidth = 10
TextVertOffset = -1 <------- raise this number up or down
You can use + or - in front of the number to move it where you want.
If your using graphics on your tabs and want to move the text off of them you can add this be low each of your background settings...
[Background]
Image = Image.png
LeftWidth = 0
TopHeight = 0
RightWidth = 0
BottomHeight = 0
OutsideBorderLeft = 0
OutsideBorderRight = 0
ContentBufferTop = 0
ContentBufferBottom = 0
TabOverlapLeft = 0
TabOverlapRight = 0
TabContentBufferLeft = 0
TabContentBufferRight = 0 <---Adjust these settings as needed.
[BackgroundTop]
Image = Image.png
LeftWidth = 0
TopHeight = 0
RightWidth = 0
BottomHeight = 0
OutsideBorderLeft = 0
OutsideBorderRight = 0
ContentBufferTop = 0
ContentBufferBottom = 0
TabOverlapLeft = 0
TabOverlapRight = 0
TabContentBufferLeft = 0
TabContentBufferRight = 0 <---Adjust these settings as needed.