From fa4897265ae955872b0c2530300a3110e995510e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 18 Oct 2020 05:09:44 +0200 Subject: Set body item scale size, only used right now in matrix for scaling avatar --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index e430bfb..235db88 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -117,6 +117,7 @@ namespace QuickMedia { EmbeddedItemStatus embedded_item_status = EmbeddedItemStatus::NONE; std::shared_ptr embedded_item; // Used by matrix for example to display reply message body. Note: only the first level of embedded items is rendered (not recursive, this is done on purpose) ThumbnailMaskType thumbnail_mask_type = ThumbnailMaskType::NONE; + sf::Vector2i thumbnail_size; private: // TODO: Clean up these strings when set in text, and get_title for example should return |title_text.getString()| std::string title; -- cgit v1.2.3