aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp2
1 files changed, 1 insertions, 1 deletions
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;