Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. ScrollableLabel:
  2. id: scrollconsent
  3. canvas.before:
  4. Color:
  5. #rgba: .8235, .7059, .549, 1
  6. rgba: 1, 1, 1, 1
  7. Rectangle:
  8. pos: self.pos
  9. size:self.size
  10.  
  11. size_hint: None, None
  12. size: Window.width * .75, Window.height * .605
  13. center_x: Window.width/2
  14. top: Window.height * .77
  15. bar_width: 10
  16. bar_color: 0, 0, 0, 1
  17. bar_inactive_color: 0, 0, 0, 1
  18. bar_margin: 1
  19.  
  20. GridLayout:
  21. cols: 1
  22. Label:
  23. text: root.long_text_4_1
  24. color: 0,0,0,1
  25. markup: True
  26. halign: 'left'
  27. valign: 'top'
  28. font_size: '16dp'
  29. size_hint: (.97, None)
  30. height: self.texture_size[1]
  31. text_size: (self.width, None)
  32. pos: Window.width * .3 , Window.height * .4
  33.  
  34. Label:
  35. text: root.long_text_4_2
  36. color: 0,0,0,1
  37. markup: True
  38. halign: 'left'
  39. valign: 'top'
  40. font_size: '16dp'
  41. size_hint: (.97, None)
  42. height: self.texture_size[1]
  43. text_size: (self.width, None)
  44. pos: Window.width * .3 , Window.height * .4
  45.  
  46. Label:
  47. text: root.long_text_4_3
  48. color: 0,0,0,1
  49. markup: True
  50. halign: 'left'
  51. valign: 'top'
  52. font_size: '16dp'
  53. size_hint: (.97, None)
  54. height: self.texture_size[1]
  55. text_size: (self.width, None)
  56. pos: Window.width * .3 , Window.height * .4
  57.  
  58. Label:
  59. text: root.long_text_4_4
  60. color: 0,0,0,1
  61. markup: True
  62. halign: 'left'
  63. valign: 'top'
  64. font_size: '16dp'
  65. size_hint: (.97, None)
  66. height: self.texture_size[1]
  67. text_size: (self.width, None)
  68. pos: Window.width * .3 , Window.height * .4
  69.  
  70. Label:
  71. text: root.long_text_4_5
  72. color: 0,0,0,1
  73. markup: True
  74. halign: 'left'
  75. valign: 'top'
  76. font_size: '16dp'
  77. size_hint: (.97, None)
  78. height: self.texture_size[1]
  79. text_size: (self.width, None)
  80. pos: Window.width * .3 , Window.height * .4
  81.  
  82. Label:
  83. text: root.long_text_4_6
  84. color: 0,0,0,1
  85. markup: True
  86. halign: 'left'
  87. valign: 'top'
  88. font_size: '16dp'
  89. size_hint: (.97, None)
  90. height: self.texture_size[1]
  91. text_size: (self.width, None)
  92. pos: Window.width * .3 , Window.height * .4
  93.  
  94. Label:
  95. text: root.long_text_4_7
  96. color: 0,0,0,1
  97. markup: True
  98. halign: 'left'
  99. valign: 'top'
  100. font_size: '16dp'
  101. size_hint: (.97, None)
  102. height: self.texture_size[1]
  103. text_size: (self.width, None)
  104. pos: Window.width * .3 , Window.height * .4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement