diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 2091cf2..1a5ef10 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -45,6 +45,7 @@ namespace QuickMedia { std::string theme = "default"; float scale = 1.0f; float font_scale = 1.0f; + float spacing_scale = 1.0f; }; const Config& get_config(); |