Skip to content

Commit b2c0951

Browse files
committed
temporary silence in-development btns
1 parent cf76779 commit b2c0951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/napari_omaas/_widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(self, napari_viewer):
9797

9898
######## Filters group ########
9999
self.filter_group = VHGroup('Filters', orientation='G')
100-
self._pre_processing_layout.addWidget(self.filter_group.gbox)
100+
# self._pre_processing_layout.addWidget(self.filter_group.gbox)
101101

102102
######## Filters btns ########
103103
self.Gauss_filt_label = QLabel("Gaussian filter")
@@ -115,7 +115,7 @@ def __init__(self, napari_viewer):
115115

116116
######## Segmentation group ########
117117
self.segmentation_group = VHGroup('Segmentation', orientation='G')
118-
self._pre_processing_layout.addWidget(self.segmentation_group.gbox)
118+
# self._pre_processing_layout.addWidget(self.segmentation_group.gbox)
119119

120120
######## Segmentation btns ########
121121
self.seg_heart_label = QLabel("Segment the heart shape")

0 commit comments

Comments
 (0)