diff --git a/applications/window.json b/applications/window.json index fff3168..1f0257b 100644 --- a/applications/window.json +++ b/applications/window.json @@ -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." } ] }