Commit 148c7054 authored by Tiago Sarmento's avatar Tiago Sarmento

fix alarm control

parent 213d6f75
Pipeline #1816 canceled with stages
......@@ -143,7 +143,7 @@ class Layout:
top_bar_layout = QtWidgets.QHBoxLayout()
top_bar_widgets = [
self.widgets.localisation_startup_button,
self.widgets.alarm_control,
self.widgets.alarm_control_startup,
]
for i, widget in enumerate(top_bar_widgets):
if i is not 0:
......@@ -162,7 +162,6 @@ class Layout:
for widget in [
self.widgets.calibration,
self.widgets.leak_test,
self.widgets.alarm_control_startup,
]:
vlayout.addWidget(widget)
widget.setFont(self.NativeUI.text_font)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment