We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd6747 commit 0a84125Copy full SHA for 0a84125
arcade/examples/gui_widgets.py
@@ -10,7 +10,7 @@
10
import arcade.gui.widgets.layout
11
import arcade.gui.widgets.text
12
13
-# Load fonts bumbled with arcade such as the Kenney fonts
+# Load fonts bundled with arcade such as the Kenney fonts
14
arcade.resources.load_system_fonts()
15
16
@@ -27,7 +27,7 @@ def __init__(self):
27
# Create a text label
28
ui_text_label = arcade.gui.widgets.text.UITextArea(
29
text="This is a Text Widget",
30
- width=450,
+ width=600,
31
height=40,
32
font_size=24,
33
font_name="Kenney Future",
0 commit comments