mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
User chart scaling option name change
.. "Scaling" becomes "Font scaling" to make it clearer to users what the setting does.
This commit is contained in:
@@ -829,7 +829,7 @@ UserChartSettings::UserChartSettings(Context *context, bool rangemode, GenericCh
|
||||
scale->setMaximum(18);
|
||||
scale->setSingleStep(1);
|
||||
scale->setValue(1 + ((chart.scale-1)*2)); // scale is in increments of 0.5
|
||||
cf->addRow(tr("Scale"), scale);
|
||||
cf->addRow(tr("Font scaling"), scale);
|
||||
|
||||
cf->addRow(" ", (QWidget*)NULL);
|
||||
animate = new QCheckBox(tr("Animate"));
|
||||
|
||||
Reference in New Issue
Block a user