From 24335ceccbf81e9a1bf49c1a2878c8ee31c63b69 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 18 Aug 2021 20:37:48 +0200 Subject: Show line at top/bottom when there are items above/below that are not visible --- include/Theme.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Theme.hpp') 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; }; -- cgit v1.2.3