Re: [Interest] CSS and Vertical Progress Bar

2012-09-27 Thread Andre Somers
Op 28-9-2012 0:33, Austin, Alex schreef: I find that if I apply any CSS to a vertical progress bar, any text displayed on the bar becomes horizontal. Is there a CSS rule I need to add to make it vertical again? I certainly know about the QProgressBar:vertical selector, but don't know what r

[Interest] CSS and Vertical Progress Bar

2012-09-27 Thread Austin, Alex
I find that if I apply any CSS to a vertical progress bar, any text displayed on the bar becomes horizontal. Is there a CSS rule I need to add to make it vertical again? I certainly know about the QProgressBar:vertical selector, but don't know what rule will rotate the text properly. Thanks,