Skip to content

Instantly share code, notes, and snippets.

@inclement
Created May 17, 2014 16:42
Show Gist options
  • Select an option

  • Save inclement/761121d92c2d867b7de7 to your computer and use it in GitHub Desktop.

Select an option

Save inclement/761121d92c2d867b7de7 to your computer and use it in GitHub Desktop.
BoxLayout:
AnchorLayout:
GridLayout:
size_hint_x: None
width: self.minimum_width
cols: 2
Image:
id: image
source: 'whatever'
size_hint_x: None
width: self.height
Label:
id: label
text: 'some text'
size_hint_x: None
width: self.texture_size[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment