forked from zietzm/Helmholtz_Test_Bench
Fixed UI typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user