diff --git a/profile-widget/diveeventitem.cpp b/profile-widget/diveeventitem.cpp index a4fb55e3f..3ad5765ab 100644 --- a/profile-widget/diveeventitem.cpp +++ b/profile-widget/diveeventitem.cpp @@ -58,6 +58,7 @@ void DiveEventItem::setupPixmap(struct gasmix lastgasmix, const DivePixmaps &pix setPixmap(pixmaps.onCCRLoop); } else if (ev->type == SAMPLE_EVENT_BOOKMARK) { setPixmap(pixmaps.bookmark); + setOffset(QPointF(0.0, -pixmap().height())); } else if (event_is_gaschange(ev)) { struct gasmix mix = get_gasmix_from_event(dive, ev); struct icd_data icd_data;