mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix overstretched options dialog. Closes #1293.
This commit is contained in:
parent
5afb0a1ab0
commit
2f0b869639
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue