mirror of https://github.com/kivy/kivy.git
add info text
This commit is contained in:
parent
435cdf91fe
commit
b4f1ee6832
|
@ -196,7 +196,8 @@ Builder.load_string('''
|
|||
FloatLayout:
|
||||
RstDocument:
|
||||
id: default_content
|
||||
text: 'Image tabs\\n-------------\\n'
|
||||
text: 'Image tabs\\n-------------\\n'+\
|
||||
'1. Normal image tab\\n2. Image with Text\\n3. Rotated Image'
|
||||
Image:
|
||||
id: tab_2_content
|
||||
pos:self.parent.pos
|
||||
|
|
Loading…
Reference in New Issue