Qt: Increase padding a bit

This commit is contained in:
spycrab
2019-03-06 13:46:00 +01:00
parent a865cc0bf6
commit 470b9e68e7
2 changed files with 12 additions and 7 deletions

View File

@ -359,7 +359,7 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
void MappingWindow::AddWidget(const QString& name, QWidget* widget)
{
m_tab_widget->addTab(GetWrappedWidget(widget, this, 150, 205), name);
m_tab_widget->addTab(GetWrappedWidget(widget, this, 150, 210), name);
}
int MappingWindow::GetPort() const