We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4006576 commit 494ba19Copy full SHA for 494ba19
main.py
@@ -22,10 +22,10 @@ def exit():
22
23
app = App(title="Help Callbox", bg="white")
24
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)
+left_pad = Box(app, align="left", height="fill", width=5)
+right_pad = Box(app, align="right", height="fill", width=5)
+top_pad = Box(app, align="top", width="fill", height=5)
+bottom_pad = Box(app, align="bottom", width="fill", height=5)
29
title_box = Box(app, width="fill", align="top")
30
wordmark = Picture(title_box, image="static/banner.png", align="left")
31
help_text1 = Text(app, text="\rDo you need assistance?\r\r", color="#0e67b5", size="18")
0 commit comments