Guest User

Untitled

a guest
May 21st, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <MyNote@BoxLayout>:
  2. orientation: 'vertical'
  3.  
  4. TextInput:
  5. height: self.minimum_height
  6. multiline: True
  7. text_size: self.size
  8. size_hint_y: None
  9. text: '1n2n3n4n5n6n7n8n9n10n11n12n13n14n15'
  10.  
  11. <MainNotesBoxLayout>
  12. orientation: 'vertical'
  13.  
  14. ScrollView:
  15. GridLayout:
  16. cols: 1
  17. size_hint_y: None
  18.  
  19. height: 1000
  20. #height: self.minimum_height
  21.  
  22. MyNote:
  23. MyNote:
  24. MyNote:
Add Comment
Please, Sign In to add comment