Hi, it looks that row height is not related to font size. It can happen in following cases:
- you increased font size for columns only but the font size for grid is still the same, you have to update grid font too
- you increased grid font size but you set also RowFixHeight, you have to increase
RowFixHeight or set it to zero, then row height is set automatically according to used font
I hope it helps
Tomas