Skip to content
Snippets Groups Projects
Verified Commit 6825142a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix box layout to use entire window

parent c9b68a60
No related branches found
No related tags found
No related merge requests found
Pipeline #76480 passed
......@@ -33,7 +33,3 @@ class MynitCompanionApp(App):
def update_device_list(self, devices):
self.widget.update_device_buttons({device.getAddress(): device for device in devices})
def build(self):
self.widget = DeviceListWidget()
return self.widget
#:kivy 1.0.9
<DeviceListWidget>:
DeviceListWidget:
device_buttons: device_buttons
BoxLayout:
orientation: "vertical"
size: root.width, root.height
Label:
text: "Device List"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment