mirror of https://github.com/kivy/kivy.git
Merge pull request #4884 from bhaveshAn/correction
setting minimum_height to height in clipboard.py
This commit is contained in:
commit
3191a2729f
|
@ -11,7 +11,7 @@ Builder.load_string('''
|
|||
orientation: 'vertical'
|
||||
BoxLayout:
|
||||
size_hint_y: None
|
||||
height: self.minimum_height
|
||||
height: self.height
|
||||
Button:
|
||||
text: 'Paste raw clipboard'
|
||||
size_hint_y: None
|
||||
|
|
Loading…
Reference in New Issue