Move "Games shown" text to top, to match user count list. (#4089)

Fixes last part of #3068 that isn't already handled by #4088.
This commit is contained in:
Kaitlin 2020-09-08 14:34:36 -04:00 committed by GitHub
parent 45cbdad5fb
commit ade3e81682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 14 deletions

View file

@ -45,11 +45,10 @@ private:
GamesModel *gameListModel;
GamesProxyModel *gameListProxyModel;
QPushButton *filterButton, *clearFilterButton, *createButton, *joinButton, *spectateButton;
QLabel *filteredGamesLabel;
const bool showFilters;
GameTypeMap gameTypeMap;
void setFilteredGamesLabel();
void updateTitle();
public:
GameSelector(AbstractClient *_client,