Skip to content

Commit

Permalink
Fix tooltip content margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsge committed Jan 19, 2023
1 parent a6bba8e commit 62edb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/TooltipEntryWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ TooltipEntryWidget::TooltipEntryWidget(ImagePtr image, const QString &text,
, customImgHeight_(customHeight)
{
auto *layout = new QVBoxLayout(this);
layout->setContentsMargins(0, 0, 0, 0);
this->setLayout(layout);

this->displayImage_ = new QLabel();
Expand Down

0 comments on commit 62edb0c

Please sign in to comment.