mirror of https://github.com/kivy/kivy.git
Merge pull request #3681 from maltouzes/patch-1
fix wrong Available options in title_align
This commit is contained in:
commit
7436dfe908
|
@ -125,7 +125,7 @@ class Popup(ModalView):
|
||||||
.. versionadded:: 1.9.0
|
.. versionadded:: 1.9.0
|
||||||
|
|
||||||
:attr:`title_align` is a :class:`~kivy.properties.OptionProperty` and
|
:attr:`title_align` is a :class:`~kivy.properties.OptionProperty` and
|
||||||
defaults to 'left'. Available options are left, middle, right and justify.
|
defaults to 'left'. Available options are left, center, right and justify.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
title_font = StringProperty('Roboto')
|
title_font = StringProperty('Roboto')
|
||||||
|
|
Loading…
Reference in New Issue