From 7b9a0cdce620054b8dcb6273130f1cacef8816fb Mon Sep 17 00:00:00 2001 From: Kevin Zakka Date: Fri, 3 Nov 2023 18:56:29 -0700 Subject: [PATCH] Correct passive viewer pane argument documentation. Resolves #1166. PiperOrigin-RevId: 579360444 Change-Id: I9fffa9d466f57eed1cfd5b4b86110739e8e66399 --- doc/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python.rst b/doc/python.rst index 4b60e79c..e18149cb 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -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.