WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=8e7edaa72e7ab6e1311d16642ab245789d1e7641
commit 8e7edaa72e7ab6e1311d16642ab245789d1e7641 Author: Stephen M Houston <smhousto...@gmail.com> Date: Thu Feb 8 14:33:47 2018 -0800 Wiki page sandbox_gadgets.md changed with summary [] by Stephen M Houston --- pages/develop/e/sandbox_gadgets.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/e/sandbox_gadgets.md.txt b/pages/develop/e/sandbox_gadgets.md.txt index 071abe495..fb3801af9 100644 --- a/pages/develop/e/sandbox_gadgets.md.txt +++ b/pages/develop/e/sandbox_gadgets.md.txt @@ -542,7 +542,7 @@ Note the required line: X-Gadget-Version ``` -You can also specify if you want your gadget to be only accessible to horizontal, vertical, or desktop by using the following in the "helloworld.desktop.in": +You can also specify if you want your gadget to only be accessible to horizontal, vertical, or desktop layouts by using the following line in the "helloworld.desktop.in" file: ``` X-Gadget-Orientation=None,Horizontal,Vertical ``` --