From ef55c93b294d25df8cafef7c32080024ab27e84a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 17 Jun 2021 11:21:33 +0200 Subject: i cant sneed, manganelo creator page removal until fix --- src/Body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Body.cpp') diff --git a/src/Body.cpp b/src/Body.cpp index 93b9c6f..2df514b 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -1507,7 +1507,7 @@ namespace QuickMedia { } } else if(item->thumbnail_size.x > 0) { if(!show_thumbnail) - item->loaded_image_size.x = body_spacing[body_theme].image_padding_x + content_size.x; + item->loaded_image_size.x = content_size.x; // TODO: Fix. This makes the body item have incorrect position when loading and if the item is merge_with_previous? and has an embedded item //if(!merge_with_previous) // image_height = content_size.y; -- cgit v1.2.3