Skip to content

Commit

Permalink
User chart scaling option name change
Browse files Browse the repository at this point in the history
.. "Scaling" becomes "Font scaling" to make it clearer
   to users what the setting does.
  • Loading branch information
liversedge committed Nov 24, 2021
1 parent 79fd18e commit 680f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charts/UserChart.cpp
Expand Up @@ -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"));
Expand Down

0 comments on commit 680f7b9

Please sign in to comment.