Qt: Various layout fixes

This commit is contained in:
spycrab
2018-03-18 00:06:44 +01:00
parent 7465906a0f
commit 1b06e66f1d
5 changed files with 21 additions and 17 deletions

View File

@ -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