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:
|
:graphics:
|
||||||
`borderless`: int , one of 0 or 1
|
`borderless`: int , one of 0 or 1
|
||||||
If set to `1`, removes the window border/decoration.
|
If set to `1`, removes the window border/decoration.
|
||||||
`window_state`: string , one of `visible`, `hidden`, `maximized`
|
`window_state`: string , one of 'visible', 'hidden', 'maximized'
|
||||||
or `minimized`
|
or 'minimized'
|
||||||
Sets the window state, defaults to `visible`. This option is available
|
Sets the window state, defaults to 'visible'. This option is available
|
||||||
only for the SDL2 window provider and it should be used on desktop
|
only for the SDL2 window provider and it should be used on desktop
|
||||||
OSes.
|
OSes.
|
||||||
`fbo`: string, one of 'hardware', 'software' or 'force-hardware'
|
`fbo`: string, one of 'hardware', 'software' or 'force-hardware'
|
||||||
|
|
Loading…
Reference in New Issue