I agree that a stylesheet seems like the way it should be done, but I haven't found the right parameters. For example
Qt Code:
  1. combo->setStyleSheet(QString::fromAscii("QComboBox:drop-down {padding-right: 100px;}"));
To copy to clipboard, switch view to plain text mode 
doesn't change the display at all.