mirror of https://github.com/kivy/kivy.git
Merge pull request #3204 from kivy/config_doc
fix docstring line indentation in config
This commit is contained in:
commit
07476ce8a9
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue