0

I'm working in a project and use LWUIT, I want to make a custom style for Combobox and Successfully after a lot of search I have made it by changing the cell renderer and the look and feel to change arrow icon

the problem now that the white space around my items I want to remove them, how can I do that please

Combobox Style

Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175

1 Answers1

0

You should start setting the padding/margin entries for various styles to 0, we changed the styles here a bit at Codename One so i don't quite recall everything but try PopupList, PopupItem, ComboBoxPopupList, etc.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65