mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 23:10:59 -04:00
Refactored telemetry screen
This commit is contained in:
parent
93a0b5fb55
commit
c39a87a5f3
4 changed files with 970 additions and 888 deletions
|
@ -40,7 +40,7 @@ class ObjectDetails():
|
|||
self.delete_dialog = None
|
||||
|
||||
if not self.app.root.ids.screen_manager.has_screen("object_details_screen"):
|
||||
self.screen = Builder.load_string(layou_object_details)
|
||||
self.screen = Builder.load_string(layout_object_details)
|
||||
self.screen.app = self.app
|
||||
self.screen.delegate = self
|
||||
self.ids = self.screen.ids
|
||||
|
@ -461,7 +461,7 @@ class RVDetails(MDRecycleView):
|
|||
|
||||
|
||||
|
||||
layou_object_details = """
|
||||
layout_object_details = """
|
||||
#:import MDLabel kivymd.uix.label.MDLabel
|
||||
#:import OneLineIconListItem kivymd.uix.list.OneLineIconListItem
|
||||
#:import Button kivy.uix.button.Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue