fixes before release

This commit is contained in:
2026-08-10 16:47:32 -07:00
parent 074a0681b9
commit 1e7fca49f2
6 changed files with 35 additions and 21 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class InterGroupBrainImageWidget(InterGroupUIMixin, FlaresBaseWidget):
self.df_ind_dict = df_ind_dict
self.design_matrix_dict = design_matrix_dict
self.contrast_results_dict = contrast_results_dict
# self.group_dict = group_dict
self.group_dict = group_dict
self.setup_inter_group_ui(["0 (GLM Results)", "1 (Significance)", "2 (Brain Activity Visualization)",])
+1 -1
View File
@@ -50,7 +50,7 @@ class ClickableLabel(QLabel):
def mousePressEvent(self, event):
viewer = QWidget()
viewer.setWindowTitle(f"Expanded View" - {APP_NAME.upper()})
viewer.setWindowTitle(f"Expanded View - {APP_NAME.upper()}")
layout = QVBoxLayout(viewer)
label = QLabel()
label.setPixmap(self._pixmap_full)