Skip to content

Fix OverlaySheet being too tall

Sheets with headers or footers are currently too tall, and have extra vertical space:

Screenshot_20200602_132415

The problem appears to be that it's adding extra height to accommodate the header and footer (when visible), but this was unnecesary as root.contentItem.height already included their contributions to the total height.

How sheets look now:

  1. Large, with header: sheet_1

  2. Small, with header: Sheet_2

  3. Small, without header: Sheet_3__without_header

cc @teams/vdg @carlschwan

Edited by Nate Graham

Merge request reports