mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed wrong string being used in label
This commit is contained in:
parent
7d2f2c2ec0
commit
9c07594fb5
@ -58,7 +58,7 @@ OptionsDialog::OptionsDialog(QWidget * parent)
|
||||
backgroundImageOpacitySlider = new QSlider(Qt::Horizontal);
|
||||
backgroundImageOpacitySlider->setRange(5,100);
|
||||
|
||||
blurLabel = new QLabel(tr("Opacity level"));
|
||||
blurLabel = new QLabel(tr("Blur level"));
|
||||
|
||||
backgroundImageBlurRadiusSlider = new QSlider(Qt::Horizontal);
|
||||
backgroundImageBlurRadiusSlider->setRange(0,100);
|
||||
|
Loading…
x
Reference in New Issue
Block a user