Well not only height, but now we are talking line height too.
add this def in the window
#-------------------------------------------------------------------------- # * Get Line Height #-------------------------------------------------------------------------- def line_height return 24 end #-------------------------------------------------------------------------- # * Get Window Height #-------------------------------------------------------------------------- def window_height return fitting_height(item_max) endBe sure to match your line_height to the size of your font. I've included the window_height def as well in case you need to up size the window.