Skip to content

Commit

Permalink
Put ascent filters in horizontal scroll area
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed Mar 15, 2024
1 parent de870ee commit 5ae5e10
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 464 deletions.
1 change: 1 addition & 0 deletions src/main/ascent_filter_bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AscentFilterBar::AscentFilterBar(QWidget* parent) :

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


connectUI();
Expand Down
Loading

0 comments on commit 5ae5e10

Please sign in to comment.