mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 12:34:55 +00:00
Qt/MainWindow: Remove obnoxious border
This commit is contained in:
parent
9cf22aec04
commit
809dd665c7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue