mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -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()));
|
connect(advancedSettings, SIGNAL(settingsChanged()), this, SLOT(enableApplyButton()));
|
||||||
|
|
||||||
// Adapt size
|
// Adapt size
|
||||||
loadWindowState();
|
|
||||||
show();
|
show();
|
||||||
|
loadWindowState();
|
||||||
}
|
}
|
||||||
|
|
||||||
void options_imp::initializeLanguageCombo()
|
void options_imp::initializeLanguageCombo()
|
||||||
|
|||||||
Reference in New Issue
Block a user