mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Qt/Settings: Restore padding
This commit is contained in:
@ -84,7 +84,6 @@ void InterfacePane::CreateLayout()
|
||||
CreateUI();
|
||||
CreateInGame();
|
||||
|
||||
m_main_layout->setContentsMargins(0, 0, 0, 0);
|
||||
m_main_layout->addStretch(1);
|
||||
setLayout(m_main_layout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user