Skip to content

Commit 6747042

Browse files
float scaling
1 parent 4e16537 commit 6747042

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/options.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class Options
3030
QString theme() const;
3131
void setTheme(QString value);
3232

33-
int themeScalingFactor() const;
34-
void setThemeScalingFactor(int value);
33+
float themeScalingFactor() const;
34+
void setThemeScalingFactor(float value);
3535

3636
// Returns the blip rate from config.ini (once per X symbols)
3737
int blipRate() const;

0 commit comments

Comments
 (0)