Skip to content

Commit 8c75846

Browse files
authored
Merge pull request #82 from ti-ba-paj/patch-1
Update zbarcam.kv
2 parents a23a5c1 + 306a9c2 commit 8c75846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/kivy_garden/zbarcam/zbarcam.kv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
id: xcamera
1010
play: True
1111
resolution: root.resolution
12-
allow_stretch: True
13-
keep_ratio: True
12+
fit_mode: "contain"
1413
center: self.size and proxy.center
1514
size:
1615
(proxy.height, proxy.width) if is_android() \

0 commit comments

Comments
 (0)