Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob753951 authored Apr 5, 2024
1 parent 812a45e commit 8f46afe
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 8f46afe

Please sign in to comment.