Merge pull request #6482 from spycrab/qt_borders

Qt/MainWindow: Remove obnoxious border
This commit is contained in:
Léo Lam 2018-03-21 23:24:46 +01:00 committed by GitHub
commit 1b0f6a7d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ void MainWindow::ConnectStack()
layout->addWidget(m_game_list);
layout->addWidget(m_search_bar);
layout->setMargin(0);
connect(m_search_bar, &SearchBar::Search, m_game_list, &GameList::SetSearchTerm);