Skip to content

Commit 33a6f16

Browse files
authored
Update main.py
Moved the cards with the images closer together
1 parent 5db023e commit 33a6f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/AssBind/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ def AssBindExp(self, config, sub_dir, task_dir=None, block=0,
141141
height=(s(config.IMG_HEIGHT) + s(50)),
142142
blocking=False,
143143
allow_stretch=True,
144-
right=self.exp.screen.center_x - s(25),
144+
right=self.exp.screen.center_x - s(5),
145145
keep_ratio=False)
146146
right_border = Image(source=Ref(os.path.join, config.TASK_DIR, "playing_card.png"),
147147
width=(s(config.IMG_WIDTH) + s(50)),
148148
height=(s(config.IMG_HEIGHT) + s(50)),
149149
blocking=False,
150150
allow_stretch=True,
151-
left=left_border.right + s(25),
151+
left=left_border.right + s(10),
152152
keep_ratio=False)
153153
# initialize a frame around the images
154154
# (which is invisible until response)

0 commit comments

Comments
 (0)