Skip to content

Commit 494ba19

Browse files
authored
Update main.py
1 parent 4006576 commit 494ba19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def exit():
2222

2323
app = App(title="Help Callbox", bg="white")
2424

25-
left_pad = Box(app, align="left", height="fill", width=20)
26-
right_pad = Box(app, align="right", height="fill", width=20)
27-
top_pad = Box(app, align="top", width="fill", height=20)
28-
bottom_pad = Box(app, align="bottom", width="fill", height=20)
25+
left_pad = Box(app, align="left", height="fill", width=5)
26+
right_pad = Box(app, align="right", height="fill", width=5)
27+
top_pad = Box(app, align="top", width="fill", height=5)
28+
bottom_pad = Box(app, align="bottom", width="fill", height=5)
2929
title_box = Box(app, width="fill", align="top")
3030
wordmark = Picture(title_box, image="static/banner.png", align="left")
3131
help_text1 = Text(app, text="\rDo you need assistance?\r\r", color="#0e67b5", size="18")

0 commit comments

Comments
 (0)