Skip to content

Instantly share code, notes, and snippets.

@Kruptein
Created April 12, 2016 13:52
Show Gist options
  • Save Kruptein/e45496e609c20af59d322f586e418870 to your computer and use it in GitHub Desktop.
Save Kruptein/e45496e609c20af59d322f586e418870 to your computer and use it in GitHub Desktop.
<Separator@Widget>:
color: 200/255.0, 200/255.0, 200/255.0, 1
canvas:
Color:
rgba: self.color
Rectangle:
pos: self.pos.x
size: self.size
<HSeparator@Separator>:
size_hint_y: None
height: dp(.5)
<VSeparator@Separator>:
size_hint_x: None
width: dp(.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment