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
65ec3d0e0f
commit
5917b33ec6
1 changed files with 1 additions and 1 deletions
|
@ -266,8 +266,8 @@ options_imp::options_imp(QWidget *parent):
|
||||||
connect(advancedSettings, SIGNAL(settingsChanged()), this, SLOT(enableApplyButton()));
|
connect(advancedSettings, SIGNAL(settingsChanged()), this, SLOT(enableApplyButton()));
|
||||||
|
|
||||||
// Adapt size
|
// Adapt size
|
||||||
loadWindowState();
|
|
||||||
show();
|
show();
|
||||||
|
loadWindowState();
|
||||||
}
|
}
|
||||||
|
|
||||||
void options_imp::initializeLanguageCombo()
|
void options_imp::initializeLanguageCombo()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue