setting minimum_height to height in clipboard.py

This commit is contained in:
bhaveshAn 2017-01-04 20:05:42 +05:30
parent 082c454441
commit e3a9030c30
1 changed files with 1 additions and 1 deletions

View File

@ -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