aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h
index 58b02253..dfa7c2c3 100644
--- a/src/options.h
+++ b/src/options.h
@@ -30,8 +30,8 @@ public:
QString theme() const;
void setTheme(QString value);
- int themeScalingFactor() const;
- void setThemeScalingFactor(int value);
+ double themeScalingFactor() const;
+ void setThemeScalingFactor(double value);
// Returns the blip rate from config.ini (once per X symbols)
int blipRate() const;