From ea6f1b425a6aa9b7145a00d81473ef9508279eec Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 21 Oct 2020 03:12:35 +0200 Subject: Fix thumbnail fallback size being incorrect, incorrect read marker for matrix --- plugins/Page.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index 2adce85..fb828fb 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -40,6 +40,8 @@ namespace QuickMedia { std::unique_ptr create_search_bar(const std::string &placeholder_text, int search_delay); bool load_manga_content_storage(const char *service_name, const std::string &manga_title, const std::string &manga_id); + + virtual sf::Vector2i get_max_thumbnail_size() { return sf::Vector2i(480, 360); }; Program *program; }; -- cgit v1.2.3