Avoid scroll bars in settings dialog

This commit is contained in:
Martchus 2020-03-17 19:36:36 +01:00
parent ec0fca1446
commit 1f3bb98375
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ SettingsDialog::~SettingsDialog()
void SettingsDialog::init()
{
resize(860, 620);
resize(1100, 750);
setWindowTitle(tr("Settings") + QStringLiteral(" - " APP_NAME));
setWindowIcon(
QIcon::fromTheme(QStringLiteral("preferences-other"), QIcon(QStringLiteral(":/icons/hicolor/scalable/apps/preferences-other.svg"))));