P.S. If you don’t want to add the menu items but want the same height you may try to implement it using custom classes and custom CSS.
For example, add the following custom class for the menu where you want to have a fixed height http://prntscr.com/m8fzuo
And add the following custom CSS to child theme style.css
.menu-custom-height .nav-sublist-dropdown {
height: 281px;
}
Regards