mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Various layout fixes
This commit is contained in:
@ -313,7 +313,7 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
|
||||
|
||||
void MappingWindow::AddWidget(const QString& name, QWidget* widget)
|
||||
{
|
||||
m_tab_widget->addTab(GetWrappedWidget(widget, this, 150), name);
|
||||
m_tab_widget->addTab(GetWrappedWidget(widget, this, 150, 150), name);
|
||||
}
|
||||
|
||||
int MappingWindow::GetPort() const
|
||||
|
Reference in New Issue
Block a user