From 8d8c01258a9414b90ecf3e1e374390543c29c4d9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 5 Apr 2021 07:25:21 +0200 Subject: Make the default thumbnail size the same as the body thumbnail size --- plugins/Page.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Page.hpp') diff --git a/plugins/Page.hpp b/plugins/Page.hpp index b5af7a9..143d9df 100644 --- a/plugins/Page.hpp +++ b/plugins/Page.hpp @@ -61,7 +61,7 @@ namespace QuickMedia { bool load_manga_content_storage(const char *service_name, const std::string &manga_title, const std::string &manga_id); - virtual sf::Vector2i get_thumbnail_max_size() { return sf::Vector2i(480, 360); }; + virtual sf::Vector2i get_thumbnail_max_size() { return sf::Vector2i(250, 141); }; Program *program; std::shared_ptr submit_body_item; // TODO: Remove this -- cgit v1.2.3