Fixed UI typo

This commit is contained in:
2021-11-10 23:03:13 +01:00
parent 1fc059a656
commit 8f0facb461
+1 -1
View File
@@ -1044,7 +1044,7 @@ class CalibrateMagnetometer(Frame):
# RIGHT COLUMN
# Magnetometer calibration results
row_counter = 0
calibration_results_frame = LabelFrame(self.right_column, text="Ambient Field Results")
calibration_results_frame = LabelFrame(self.right_column, text="Magnetometer Results")
calibration_results_frame.grid(row=row_counter, column=1, padx=(100, 0), pady=20, sticky="nw")
for i, label in enumerate(['X', 'Y', 'Z']):
axis_label = Label(calibration_results_frame, text=label)