Hi,
I have this stylesheet part loaded using "App.setStyleSheet( StyleSheet );" :
Qt Code:
  1. {
  2. background-color: #201F1F;
  3. border: 1px solid #3A3939;
  4. border-radius: 2px;
  5. color: silver;
  6. padding: 2px;
  7. }
To copy to clipboard, switch view to plain text mode 
All works good everywhere but not with all tree widget because of "padding: 2px;".
Image of the problem : http://zupimages.net/up/14/47/y5wz.png
How remove this problem ?
Thanks for the help