Skip to content

Commit

Permalink
gui / popup and overlay: fix background
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w authored and AlexandraTrifan committed Dec 4, 2024
1 parent 6762bf6 commit b87f385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/widgets/popupwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ PopupWidget::~PopupWidget()

void PopupWidget::initUI()
{
Style::setBackgroundColor(this, json::theme::background_primary);
this->setObjectName("PopupWidget");
this->resize(500, 300);
auto verticalLayout = new QVBoxLayout(this);
Expand Down

0 comments on commit b87f385

Please sign in to comment.