Skip to content

Commit 94c0e16

Browse files
fix: Buttons overlapping on window resizing
1 parent bdf9675 commit 94c0e16

File tree

2 files changed

+189
-201
lines changed

2 files changed

+189
-201
lines changed

src/ansys/tools/visualization_interface/backends/plotly/plotly_interface.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ def __init__(self) -> None:
4141
self._button_manager = ButtonManager(self._fig)
4242

4343
# Stack buttons vertically on the left side
44-
self._button_manager.add_plane_view_buttons()
45-
self._button_manager.add_coordinate_system_toggle_button()
46-
self._button_manager.add_projection_toggle_button()
47-
self._button_manager.add_theme_toggle_button()
4844
self._button_manager.update_layout()
4945

5046
def _pv_to_mesh3d(self, pv_mesh: Union[PolyData, pv.MultiBlock]) -> Union[go.Mesh3d, list]:

0 commit comments

Comments
 (0)