From 04bfedcdd56db79ef78b738d3c0729f0bdcb0b04 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 26 Jan 2024 12:02:35 +0000 Subject: [PATCH] Add documentation entry for new offset/size configuration option --- docs/window/settings_window.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/window/settings_window.rst b/docs/window/settings_window.rst index ca7a4f8ea6..2a8070bdc9 100644 --- a/docs/window/settings_window.rst +++ b/docs/window/settings_window.rst @@ -100,6 +100,14 @@ Examples: * With a value of 2, ``123456789.0`` will be displayed as *1.2345E8* +--------------- + + | :guilabel:`Offset or size fields format mode` Default: ``Auto`` + +Any fields which are displayed in the UI that represent byte offsets or sizes can be configured to display as either decimal, hexadecimal, or automatic. + +In the default automatic mode the fields will be shown as decimal for small values up to a given threshold, and as hexadecimal for larger values. With this option they can be instead forced to always display as one or the other. + --------------- | :guilabel:`Directory for temporary capture files` Default: ``%TEMP%``