diff --git a/src/insets/InsetCollapsible.cpp b/src/insets/InsetCollapsible.cpp index 09e5f3d9a9..67d19ca8dd 100644 --- a/src/insets/InsetCollapsible.cpp +++ b/src/insets/InsetCollapsible.cpp @@ -172,9 +172,10 @@ int InsetCollapsible::bottomOffset(BufferView const * bv) const { switch (geometry(*bv)) { case Corners: - return InsetText::topOffset(bv) / 4; + case SubLabel: + return InsetText::bottomOffset(bv) / 4; default: - return InsetText::topOffset(bv); + return InsetText::bottomOffset(bv); } }