Skip to content

Commit

Permalink
Annotate configWindow for breakdown plots
Browse files Browse the repository at this point in the history
  • Loading branch information
oceancolorcoder committed Sep 30, 2024
1 parent 0360dad commit 2edb9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ConfigWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def initUI(self):
if int(ConfigFile.settings["bL2PlotLt"]) == 1:
self.l2PlotLtCheckBox.setChecked(True)

l2UncertaintyBreakdownPlotsLabel = QtWidgets.QLabel("Uncertainty Breakdown Plots", self)
l2UncertaintyBreakdownPlotsLabel = QtWidgets.QLabel("Unc. Plots (class-based only)", self)
# l2UncertaintyBreakdownPlotLabel = QtWidgets.QLabel(" ", self)
self.l2UncertaintyBreakdownPlotCheckBox = QtWidgets.QCheckBox("", self)
if int(ConfigFile.settings["bL2UncertaintyBreakdownPlot"]) == 1:
Expand Down

0 comments on commit 2edb9dd

Please sign in to comment.