We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e16537 commit 6747042Copy full SHA for 6747042
1 file changed
src/options.h
@@ -30,8 +30,8 @@ class Options
30
QString theme() const;
31
void setTheme(QString value);
32
33
- int themeScalingFactor() const;
34
- void setThemeScalingFactor(int value);
+ float themeScalingFactor() const;
+ void setThemeScalingFactor(float value);
35
36
// Returns the blip rate from config.ini (once per X symbols)
37
int blipRate() const;
0 commit comments