Tweak light button placement

This commit is contained in:
Admar Schoonen 2023-04-09 15:56:45 +02:00
parent d3eaa9c0c1
commit 7a2d4b6ea0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Builder.load_string('''
FloatLayout
id: light_button
size_hint: None, None
pos_hint: {"center_x":0.1, "center_y":0.9}
pos_hint: {"center_x":0.124, "center_y":0.9}
size: 0.1*125/70*min(root.size), 0.1*min(root.size)
FloatLayout