We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e247c20 commit c3caeddCopy full SHA for c3caedd
2 files changed
src/bundles/toolbar/bundle_info.xml
@@ -1,6 +1,6 @@
1
<!-- vi:set shiftwidth=2: -->
2
<BundleInfo name="ChimeraX-Toolbar"
3
- version="1.2.3" package="chimerax.toolbar"
+ version="1.2.4" package="chimerax.toolbar"
4
minSessionVersion="1" maxSessionVersion="1">
5
6
<Author>UCSF RBVI</Author>
src/bundles/toolbar/src/tool.py
@@ -111,7 +111,7 @@ def _build_ui(self):
111
layout.addWidget(self.ttb)
112
self._build_tabs()
113
self.tool_window.ui_area.setLayout(layout)
114
- self.tool_window.manage(self.PLACEMENT)
+ self.tool_window.manage(self.PLACEMENT, allowed_areas=Qt.AllDockWidgetAreas)
115
116
def _color_scheme_changed(self, *_):
117
from chimerax.ui.widgets.tabbedtoolbar import TabbedToolbar
0 commit comments