mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Qt/MainWindow: Remove obnoxious border
This commit is contained in:
parent
9cf22aec04
commit
809dd665c7
@ -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…
x
Reference in New Issue
Block a user