I`m using CSS like:
Qt Code:
  1. border: 1px solid gray;
  2. border-radius: 3px;
  3. }
To copy to clipboard, switch view to plain text mode 

By using this code the QComboBox gets an unexpected scrollbar, even if it has 3 items... and by selecting the last item... an unwanted and unselectable blank item also apears after the last item.

I will come back tomorrow with code and screenshots.

Any ideea of why this happens?

Using Qt 4.3.1.