Correct passive viewer pane argument documentation. Resolves #1166.

PiperOrigin-RevId: 579360444
Change-Id: I9fffa9d466f57eed1cfd5b4b86110739e8e66399
This commit is contained in:
Kevin Zakka
2023-11-03 18:56:29 -07:00
committed by Copybara-Service
parent f70cec5775
commit 7b9a0cdce6
+1 -1
View File
@@ -215,7 +215,7 @@ Optionally, ``viewer.launch_passive`` accepts the following keyword arguments.
viewer.sync()
...
- ``show_left_ui_panel`` and ``show_right_ui_panel``: Boolean arguments indicating whether UI panels should be visible
- ``show_left_ui`` and ``show_right_ui``: Boolean arguments indicating whether UI panels should be visible
or hidden when the viewer is launched. Note that regardless of the values specified, the user can still toggle the
visibility of these panels after launch by pressing Tab or Shift+Tab.