diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/GroupItem.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/GroupItem.cpp index b62a0001..63a7cf27 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/GroupItem.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/HexViewerWidget/GroupItem.cpp @@ -37,7 +37,7 @@ namespace Bloom::Widgets (groupItem != nullptr && groupItem->positionOnNewLine(maximumWidth)) || itemSize.width() > availableWidth ) { - position.setX(0); + position.setX(margins.left()); position.setY(height + HexViewerItem::BOTTOM_MARGIN); this->multiLine = true; currentLineItems.clear();