mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-30 12:18:05 -06:00
Fix overstretched options dialog. Closes #1293.
This commit is contained in:
@@ -266,8 +266,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