Skip to content

Commit

Permalink
refactor: changing toolbar structure (#281)
Browse files Browse the repository at this point in the history
* changing toolbar structure

* Update src/napari_micromanager/_gui_objects/_toolbar.py

Co-authored-by: federico gasparoli <[email protected]>

* Update src/napari_micromanager/_gui_objects/_toolbar.py

Co-authored-by: federico gasparoli <[email protected]>

* bump version

* layout tweaks

* fix width issue

---------

Co-authored-by: federico gasparoli <[email protected]>
  • Loading branch information
tlambert03 and fdrgsp authored Sep 3, 2023
1 parent daea780 commit b8a05f3
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 232 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"fonticon-materialdesignicons6",
"napari >=0.4.13",
"pymmcore-plus >=0.8.0",
"pymmcore-widgets >=0.4.1",
"pymmcore-widgets >=0.4.2",
"superqt >=0.5.1",
"tifffile",
"useq-schema >=0.4.1",
Expand Down
1 change: 0 additions & 1 deletion src/napari_micromanager/_gui_objects/_mda_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(
self, *, parent: QWidget | None = None, mmcore: CMMCorePlus | None = None
) -> None:
super().__init__(include_run_button=True, parent=parent, mmcore=mmcore)

# add save widget
v_layout = cast(QVBoxLayout, self._central_widget.layout())
self._save_groupbox = SaveWidget()
Expand Down
Loading

0 comments on commit b8a05f3

Please sign in to comment.