Skip to content

Commit

Permalink
Merge pull request #12 from trivedigaurav/patch-3
Browse files Browse the repository at this point in the history
Moving slider down by its own height
  • Loading branch information
Zen-CODE committed Nov 8, 2016
2 parents 87010bc + 84bc6e2 commit e34613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ball-example/pyobjusball.kv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Label:
text: 'Screen brightness'
pos: bright_slider.x, bright_slider.y + bright_slider.height / 2
pos: bright_slider.x, bright_slider.y + (self.parent.height / 1.1) - (self.parent.height / 10)
Slider:
pos: self.parent.width / 4, self.parent.height / 1.1
id: bright_slider
Expand Down

0 comments on commit e34613f

Please sign in to comment.