[TD]resolve merge conflicts re Preference retrieval #2

This commit is contained in:
Benjamin Bræstrup Sayoc
2023-04-09 16:18:55 +02:00
committed by WandererFan
parent ef5fc4f237
commit 411122dbb6
2 changed files with 1 additions and 2 deletions

View File

@@ -351,7 +351,6 @@ double QGITile::getSymbolHeight() const
//make symbols larger or smaller than standard
double QGITile::getSymbolFactor() const
{
// return 1.25;
return Preferences::getPreferenceGroup("Decorations")->GetFloat("SymbolFactor", 1.25);
}