diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-23 20:28:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-23 20:28:42 +0200 |
commit | 07eebc494c3655a81ba45522603a9406825a3d0f (patch) | |
tree | e4e98b0ebaa1bedd266c046fc78f44750880ec4d /include | |
parent | 5b8c2237147336fd44b9deaa24e933abd797f8a3 (diff) |
Make tabs rounded, readd color to nyaa.si trusted/remake
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 2cd7b5f..e4c21fc 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -53,7 +53,7 @@ namespace QuickMedia { // Used by image boards for example. The elements are indices to other body items std::vector<size_t> replies; std::string post_number; - sf::Color background_color; + sf::Color title_color; private: std::string title; std::string description; |