|
@@ -10,7 +10,7 @@ class CalibrationPopUp(tk.Frame):
|
|
tk.Frame.__init__(self, root)
|
|
tk.Frame.__init__(self, root)
|
|
self.pendingClose = False
|
|
self.pendingClose = False
|
|
|
|
|
|
- self.instruction = tk.Label(self,text="Start Calibration", anchor="c",font=("SourceSansPro-Semibold"))
|
|
|
|
|
|
+ self.instruction = tk.Label(self,text="Start Calibration", anchor="c",font=("SourceSansPro-Semibold", 18))
|
|
self.instruction.pack(side="top", fill="both", expand=True)
|
|
self.instruction.pack(side="top", fill="both", expand=True)
|
|
button = tk.Button(self,text="OK", command=self.calibration_state.next_state_gui, anchor="c",height=1,width=5)
|
|
button = tk.Button(self,text="OK", command=self.calibration_state.next_state_gui, anchor="c",height=1,width=5)
|
|
button.pack(side="top", fill="both", expand=True)
|
|
button.pack(side="top", fill="both", expand=True)
|