resize method

void resize ()

Recalculates the height of the suggestions box

Implementation

void resize() {
  _suggestionsBox.resize();
}