Merge pull request #3204 from kivy/config_doc

fix docstring line indentation in config
This commit is contained in:
dessant 2015-03-30 21:42:41 +03:00
commit 07476ce8a9
1 changed files with 3 additions and 3 deletions

View File

@ -114,9 +114,9 @@ Available configuration tokens
:graphics:
`borderless`: int , one of 0 or 1
If set to `1`, removes the window border/decoration.
`window_state`: string , one of `visible`, `hidden`, `maximized`
or `minimized`
Sets the window state, defaults to `visible`. This option is available
`window_state`: string , one of 'visible', 'hidden', 'maximized'
or 'minimized'
Sets the window state, defaults to 'visible'. This option is available
only for the SDL2 window provider and it should be used on desktop
OSes.
`fbo`: string, one of 'hardware', 'software' or 'force-hardware'