mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Fix overstretched options dialog. Closes #1293.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user