Merge pull request #12 from trivedigaurav/patch-3

Moving slider down by its own height
This commit is contained in:
Richard Larkin 2016-11-08 22:56:52 +02:00 committed by GitHub
commit e34613fb7e
1 changed files with 1 additions and 1 deletions

View File

@ -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