Moved BT status to prevent overlap with last recon total APS

Signed-off-by: spees <speeskonijn@gmail.com>
This commit is contained in:
spees 2019-10-17 20:07:56 +02:00
parent 95b871aade
commit 10688ca7b0

View File

@ -491,5 +491,5 @@ def on_ui_update(ui):
def on_ui_setup(ui):
ui.add_element('bluetooth', LabeledValue(color=BLACK, label='BT', value='-', position=(ui.width() / 2 - 30, 0),
ui.add_element('bluetooth', LabeledValue(color=BLACK, label='BT', value='-', position=(ui.width() / 2 - 15, 0),
label_font=fonts.Bold, text_font=fonts.Medium))