Skip to content

Commit 0a84125

Browse files
authored
Fix small GUI example and doc issues (#2307)
* Fix cut off 'widget' text * Fix typo in comment
1 parent 9bd6747 commit 0a84125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arcade/examples/gui_widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import arcade.gui.widgets.layout
1111
import arcade.gui.widgets.text
1212

13-
# Load fonts bumbled with arcade such as the Kenney fonts
13+
# Load fonts bundled with arcade such as the Kenney fonts
1414
arcade.resources.load_system_fonts()
1515

1616

@@ -27,7 +27,7 @@ def __init__(self):
2727
# Create a text label
2828
ui_text_label = arcade.gui.widgets.text.UITextArea(
2929
text="This is a Text Widget",
30-
width=450,
30+
width=600,
3131
height=40,
3232
font_size=24,
3333
font_name="Kenney Future",

0 commit comments

Comments
 (0)