chore: update ui service manager of new service
This commit is contained in:
@@ -186,9 +186,9 @@ class ServiceManagerUI(BaseModel):
|
||||
root = self.tree.getroot()
|
||||
|
||||
ca_include_height = self._get_height_cainclude()
|
||||
height_to_add = (
|
||||
ca_include_height / num_macro_elements * (num_macro_elements + 1)
|
||||
) - ca_include_height
|
||||
height_to_add = int(
|
||||
(ca_include_height / num_macro_elements * (num_macro_elements + 1)) - ca_include_height
|
||||
)
|
||||
|
||||
# 1. Main window
|
||||
mainwindow = root.find(".//widget[@class='QMainWindow']")
|
||||
|
||||
Reference in New Issue
Block a user