Skip to content

Commit

Permalink
scale unit show width update for mm
Browse files Browse the repository at this point in the history
  • Loading branch information
panditsomnath10016git committed Dec 19, 2023
1 parent 8168c75 commit 30bfdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_picameraGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def _input_frame(self):
)
self.scale_unit_show = Label(
self.frame_input,
width=2,
width=3,
textvariable=self.scale_unit,
)
self.btn_calib = Button(
Expand Down

0 comments on commit 30bfdd3

Please sign in to comment.