dongfanglong

Untitled

Mar 14th, 2021
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <PaperTicketGridLayout>
  2.  
  3. BoxLayout:
  4. orientation: "vertical"
  5. size: root.width, root.height
  6.  
  7. Accordion:
  8. orientation: 'vertical'
  9.  
  10. AccordionItem:
  11. title: 'New Ticket'
  12. Label:
  13. text: "Building Number"
  14.  
  15. Label:
  16. text: "Room Number"
  17.  
  18.  
  19.  
  20. AccordionItem:
  21. title: 'New Ticket'
  22. Label:
  23. text: "Building Number"
  24.  
  25. Label:
  26. text: "Room Number"
Add Comment
Please, Sign In to add comment