1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-26 22:44:36 +00:00

Fix overstretched options dialog. Closes #1293.

This commit is contained in:
sledgehammer999 2014-01-26 13:29:29 +02:00
parent 5afb0a1ab0
commit 2f0b869639

View File

@ -256,8 +256,8 @@ options_imp::options_imp(QWidget *parent):
connect(advancedSettings, SIGNAL(settingsChanged()), this, SLOT(enableApplyButton()));
// Adapt size
loadWindowState();
show();
loadWindowState();
}
void options_imp::initializeLanguageCombo()