diff --git a/src/View/Results/CustomExport/CustomExport.py b/src/View/Results/CustomExport/CustomExport.py index 63b5ccb3..93efae93 100644 --- a/src/View/Results/CustomExport/CustomExport.py +++ b/src/View/Results/CustomExport/CustomExport.py @@ -89,7 +89,7 @@ class CustomExportDialog(PamhyrDialog): layout.addStretch() def setup_label(self): - self._label =self.find(QLabel, "label_4") + self._label = self.find(QLabel, "label_4") self._label.setFrameStyle(QFrame.StyledPanel) self._label.setStyleSheet('background-color: white') self.set_label() diff --git a/src/View/Results/CustomExport/CustomExportAdis.py b/src/View/Results/CustomExport/CustomExportAdis.py index 5df6309e..ec3fd68a 100644 --- a/src/View/Results/CustomExport/CustomExportAdis.py +++ b/src/View/Results/CustomExport/CustomExportAdis.py @@ -86,7 +86,7 @@ class CustomExportAdisDialog(PamhyrDialog): layout.addStretch() def setup_label(self): - self._label =self.find(QLabel, "label_4") + self._label = self.find(QLabel, "label_4") self._label.setFrameStyle(QFrame.StyledPanel) self._label.setStyleSheet('background-color: white') self.set_label() diff --git a/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py b/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py index 6103cf8b..69c2ef83 100644 --- a/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py +++ b/src/View/Results/CustomPlot/CustomPlotValuesSelectionDialog.py @@ -65,7 +65,7 @@ class CustomPlotValuesSelectionDialog(PamhyrDialog): layout.addStretch() def setup_label(self): - self._label =self.find(QLabel, "label_3") + self._label = self.find(QLabel, "label_3") self._label.setFrameStyle(QFrame.StyledPanel) self._label.setStyleSheet('background-color: white') self.set_label()