diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-02-09 03:19:18 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-02-09 03:19:18 +0100 |
commit | 404ac476a213164a041f0f53be30855df815aa6a (patch) | |
tree | 30084a2daa162751eaa1beda80ae8d3dc41111dd /include | |
parent | 75c610d1f65d741bbeba9f1ddeef60a6e9315427 (diff) |
Add spacing_scale config to allow changing ui spacing
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(); |