diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-02-06 16:09:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-06 16:09:21 +0100 |
| commit | 1176bb5fece1e1b2c8c0c1113cfbfe33efb2a673 (patch) | |
| tree | 3047fb118b84c213d519a8f0cba1414b1e62e60d /src/options.h | |
| parent | 5dea0406c73704ebf30cf0b8aac671f698e89959 (diff) | |
Double scaling factor (#1104)
* float scaling
* float scaling factor
* aooptions float
* doublespinbox
* header file double
* double it up
* clamp to 0.1
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 4 |
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; |
