Skip to content

Commit 6133676

Browse files
authored
Update config.py
Changed the image height for the instructional images
1 parent dfad4fd commit 6133676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/AssBind/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
INST_TITLE_FONT_SIZE = 35
6161

6262
# width and height of images used in instructions, in pixels; IMG_WIDTH * 1.5
63-
INST_IMG_WIDTH = 512
64-
INST_IMG_HEIGHT = 256
63+
INST_IMG_WIDTH = 500 * 1.6
64+
INST_IMG_HEIGHT = 500
6565

6666
# percentage of the pixels on the screen, used to adjust image/label spacing in instructions
6767
PIXEL_PERCENT = .08

0 commit comments

Comments
 (0)