Skip to content

Commit

Permalink
fix(tutorial): gui.Textlist Merge pull request #2 from Winterhuman/…
Browse files Browse the repository at this point in the history
…patch-1

Fix `gui.Textlist` in the Tutorial
  • Loading branch information
Lazerbeak12345 authored Jun 5, 2024
2 parents 62c64f3 + eba6964 commit 70c3d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sway.register_page("myadmin:myadmin", {
show_inv = false,
-- sway.Form puts all of its children into a gui.VBox.
-- This is the first child
gui.Textlist{ w = 7.8, h = 3, name = "playerlist", listelms = players },
gui.Textlist{ w = 7.8, h = 3, name = "playerlist", listelems = players },
-- And this HBox is the second row.
-- This way we'll have a horizontal row of buttons
gui.HBox{
Expand Down

0 comments on commit 70c3d69

Please sign in to comment.