From 129d842030fa993e800009ec0ab170f109e8e899 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Dec 2019 10:12:35 +0100 Subject: Change 4chan logo --- src/Body.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index a426afe..5ac8466 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -127,8 +127,7 @@ namespace QuickMedia { // TODO: Use a render target for the whole body so all images can be put into one. // TODO: Unload thumbnails once they are no longer visible on the screen. // TODO: Load thumbnails with more than one thread. - // TODO: Show chapters (rows) that have been read differently to make it easier to see what - // hasn't been read yet. + // TODO: Show chapters (rows) that have been read differently to make it easier to see what hasn't been read yet. void Body::draw(sf::RenderWindow &window, sf::Vector2f pos, sf::Vector2f size, const Json::Value &content_progress) { const float font_height = title_text.getCharacterSize() + 4.0f; const float image_max_height = 100.0f; -- cgit v1.2.3