Clean up URL seed code

Center bandwidth limiting dialogs
This commit is contained in:
Christophe Dumez 2010-01-27 20:34:53 +00:00
commit 83cf3aebab
2 changed files with 5 additions and 13 deletions

View file

@ -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(){