Fix BasicListItem vertical alignment
The content item's layout is not vertically centered, which prevents the vertical centering code of its child items from working properly.
Noticed while porting the Digital Clock config window's custom timezone delegates to use BasicListitem.
Before:
After:
(Ignore the invisible text in the top list item; that is a porting bug I haven't fixed yet)