diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 52cbf6f891d..f2dd2e85455 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -504,7 +504,9 @@ To allow more flexibility in the input format, we have to sacrifice some validat 1. **When using multiple screens**, if you move the application to a secondary screen, and later switch to using only the primary screen, the GUI will open off-screen. The remedy is to delete the `preferences.json` file created by the application before running the application again. 2. **If you minimize the Help Window** and then run the `help` command (or use the `Help` menu, or the keyboard shortcut `F1`) again, the original Help Window will remain minimized, and no new Help Window will appear. The remedy is to manually restore the minimized Help Window. - +3. **There is an unused space below the command history box**. +![unused space](images/UiUnusedSpace.png)
+As shown in the screenshot above, marked by the red box. This will be fixed in the next version. -------------------------------------------------------------------------------------------------------------------- ## Command summary diff --git a/docs/images/UiUnusedSpace.png b/docs/images/UiUnusedSpace.png new file mode 100644 index 00000000000..140d3400041 Binary files /dev/null and b/docs/images/UiUnusedSpace.png differ