Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Fix transparency issue on custom dialogs
Browse files Browse the repository at this point in the history
fixes #87
  • Loading branch information
mujx committed Feb 17, 2018
1 parent 8d867f4 commit 59e4148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/OverlayModal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ OverlayModal::OverlayModal(QWidget *parent, QWidget *content)
, duration_{500}
, color_{QColor(55, 55, 55)}
{
setAttribute(Qt::WA_TranslucentBackground);

auto layout = new QVBoxLayout();
layout->addWidget(content);
layout->setAlignment(Qt::AlignCenter);
Expand Down

0 comments on commit 59e4148

Please sign in to comment.