It looks like you have large spacing between all lines, not just the statusline. That can be controlled via the 'linespace'
option.
:set linespace=0
reduces the additional spacing to none. Since this is the default, find the place where this got changed (via :verbose set linespace?
), and remove that, or add the above to your .gvimrc
.