Skip to content

Commit 30bfdd3

Browse files
scale unit show width update for mm
1 parent 8168c75 commit 30bfdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_picameraGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _input_frame(self):
142142
)
143143
self.scale_unit_show = Label(
144144
self.frame_input,
145-
width=2,
145+
width=3,
146146
textvariable=self.scale_unit,
147147
)
148148
self.btn_calib = Button(

0 commit comments

Comments
 (0)