File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments