Skip to content

Commit fe8c613

Browse files
authored
Update HexEditorGroupFactoryServiceImpl.cs
1 parent 4c8601f commit fe8c613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dnSpy/dnSpy/Hex/Editor/HexGroups/HexEditorGroupFactoryServiceImpl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ public override LocalGroupOptions GetDefaultLocalOptions(HexView hexView) {
6060
options.EndPosition = hexView.Buffer.Span.End;
6161
options.BasePosition = HexPosition.Zero;
6262
options.UseRelativePositions = false;
63-
options.OffsetBitSize = 0;
63+
options.OffsetBitSize = 32;
6464
options.HexValuesDisplayFormat = HexValuesDisplayFormat.HexByte;
65-
options.BytesPerLine = 0;
65+
options.BytesPerLine = 16;
6666
return options;
6767
}
6868
}

0 commit comments

Comments
 (0)