mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:34:43 +02:00
Qt/MainWindow: Remove obnoxious border
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user