mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Clean up URL seed code
Center bandwidth limiting dialogs
This commit is contained in:
parent
dedd9bd03c
commit
83cf3aebab
2 changed files with 5 additions and 13 deletions
|
@ -50,6 +50,7 @@ class SpeedLimitDialog : public QDialog, private Ui_bandwidth_dlg {
|
|||
// Connect to slots
|
||||
connect(bandwidthSlider, SIGNAL(valueChanged(int)), this, SLOT(updateSpinValue(int)));
|
||||
connect(spinBandwidth, SIGNAL(valueChanged(int)), this, SLOT(updateSliderValue(int)));
|
||||
move(misc::screenCenter(this));
|
||||
}
|
||||
|
||||
~SpeedLimitDialog(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue