Skip to content

Commit

Permalink
Adjust version label position
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKai45 committed Mar 12, 2023
1 parent 909cdb5 commit 8073adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def build(self):
self.firmware_version = "FW: N/A"
self.gui_version = f"GUI: {__version__}"

self.version_label = Label(text=f"{self.firmware_version} {self.gui_version}",pos=(0, 160))
self.version_label = Label(text=f"{self.firmware_version} {self.gui_version}",pos=(0, 30))
self.version_layout = RelativeLayout()
self.version_layout.add_widget(self.version_label)
self.background.add_widget(self.version_layout)
Expand Down

0 comments on commit 8073adb

Please sign in to comment.