We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8601f commit fe8c613Copy full SHA for fe8c613
dnSpy/dnSpy/Hex/Editor/HexGroups/HexEditorGroupFactoryServiceImpl.cs
@@ -60,9 +60,9 @@ public override LocalGroupOptions GetDefaultLocalOptions(HexView hexView) {
60
options.EndPosition = hexView.Buffer.Span.End;
61
options.BasePosition = HexPosition.Zero;
62
options.UseRelativePositions = false;
63
- options.OffsetBitSize = 0;
+ options.OffsetBitSize = 32;
64
options.HexValuesDisplayFormat = HexValuesDisplayFormat.HexByte;
65
- options.BytesPerLine = 0;
+ options.BytesPerLine = 16;
66
return options;
67
}
68
0 commit comments