Skip to content

Commit

Permalink
Set filter scroll area background correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed Mar 15, 2024
1 parent 5ae5e10 commit 46713d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ascent_filter_bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ AscentFilterBar::AscentFilterBar(QWidget* parent) :

applyFiltersButton->setIcon(style()->standardIcon(QStyle::SP_DialogApplyButton));
clearFiltersButton->setIcon(style()->standardIcon(QStyle::SP_DialogCloseButton));
filtersScrollAreaWidget->setBackgroundRole(QPalette::Base);
filtersScrollArea->setBackgroundRole(QPalette::Base);


connectUI();
Expand Down

0 comments on commit 46713d7

Please sign in to comment.