diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-08-18 20:37:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-08-18 20:37:48 +0200 |
commit | 24335ceccbf81e9a1bf49c1a2878c8ee31c63b69 (patch) | |
tree | 4ff1d0af2ace37f26b4a3ca36859cec2fde354c8 /include | |
parent | df95eccc5e8ef62ad9c83a925adc83926491dfb3 (diff) |
Show line at top/bottom when there are items above/below that are not visible
Diffstat (limited to 'include')
-rw-r--r-- | include/Theme.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index 0e7b67d..3b49b4f 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -29,6 +29,7 @@ namespace QuickMedia { sf::Color arrow_color; sf::Color url_text_color; sf::Color loading_page_color; + sf::Color more_items_color; bool blur_enabled; }; |