Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2679: Update preferences documentation #2680

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/sas/qtgui/MainWindow/media/preferences_help.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. preferences_help.rst

.. Initial Draft: J Krzywon, August 2022
.. Last Updated: J Krzywon, December 2, 2022
.. Last Updated: J Krzywon, Nov. 22, 2023

.. _Preferences:

Expand Down Expand Up @@ -32,6 +32,12 @@ an ellipsis and whitespace. *persistent*
**Legend entry line length**: This defines the maximum number of characters to display in a single line of a plot legend
before wrapping to the next line. *persistent*

**Disable Residuals Display**: When selected, residual plots are not automatically displayed when fits are completed. The plots
can still be accessed in the data explorer under the data set the fit was performed on. *persistent*

**Disable Polydispersity Plot Display**: When selected, polydispersity plots are not automatically displayed when fits
are completed. The plots can still be accessed in the data explorer under the data set the fit was performed on. *persistent*

.. _Display_Preferences:

Display Preferences
Expand Down
Loading