Skip to content

Commit

Permalink
Merge pull request #12 from jakob753951/typo-fix
Browse files Browse the repository at this point in the history
small typo fix
  • Loading branch information
thacuber2a03 authored Apr 7, 2024
2 parents 812a45e + 8f46afe commit bfe3f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/window.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"type" : "label",
"text" : "title\n The title displayed in the middle of the\n window bar.\nx\n The position of the window on the screen on\n the x axis.\ny\n The position of the window on the screen on\n the y axis.\nwidth\n The width of the program surface.\nheight\n The height of the program surface.\nicon\n The icon of the window, displayed on the\n taskbar when the program is in full screen\n mode. Requires a userdata gfx code.\ntabbed\n Should the program have multiple tabbed\n instances running in parralell. Forces the\n window into full screen mode.\nresizeable\n Whether the user can resize the window."
"text" : "title\n The title displayed in the middle of the\n window bar.\nx\n The position of the window on the screen on\n the x axis.\ny\n The position of the window on the screen on\n the y axis.\nwidth\n The width of the program surface.\nheight\n The height of the program surface.\nicon\n The icon of the window, displayed on the\n taskbar when the program is in full screen\n mode. Requires a userdata gfx code.\ntabbed\n Should the program have multiple tabbed\n instances running in parallel. Forces the\n window into full screen mode.\nresizeable\n Whether the user can resize the window."
}
]
}

0 comments on commit bfe3f5e

Please sign in to comment.