I used QTabWidgets in my Qt 4.8.6 application on Mac OS X 10.9. It works fine.

low_res.jpg

But if I modify my Info.plist to support retina display ( as per http://blog.qt.digia.com/blog/2013/0...s-ios-and-x11/ ) then the text is aligned differently:

high_res.jpg

Obviously this doesn't look great.

Any idea why or what I can do to change it? I don't want to make the window a lot wider.