UI: Fix text padding in the List widget
There is a padding between text and button's emboss boundary
but pure text labels don't have it, see D9058.
In several cases, in the list widget, we have overlaid labels
on top of the other background buttons.
The fix is to use emboss = 'NONE' for such labels, that changes
the drawing style and adds padding. It wasn't actually intended,
but it works properly.



