Merge pull request #4884 from bhaveshAn/correction

setting minimum_height to height in clipboard.py
This commit is contained in:
Peter Badida 2017-01-04 15:57:52 +01:00 committed by GitHub
commit 3191a2729f
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