mirror of https://github.com/kivy/kivy.git
Changed texture example ui to be clearer
This commit is contained in:
parent
8fc1c193ed
commit
92b0b54482
|
@ -113,6 +113,11 @@ BoxLayout:
|
|||
BoxLayout:
|
||||
size_hint_y: None
|
||||
height: dp(50)
|
||||
Label:
|
||||
text: 'texture wrap:'
|
||||
text_size: self.size
|
||||
valign: 'middle'
|
||||
halign: 'center'
|
||||
Button:
|
||||
text: 'clamp_to_edge'
|
||||
on_press: taw.texture_wrap = 'clamp_to_edge'
|
||||
|
|
Loading…
Reference in New Issue