pygui updated main app frame to use grid layout like everything else
This commit is contained in:
parent
be70c5383e
commit
b858e66c49
8 changed files with 60 additions and 38 deletions
|
@ -298,11 +298,11 @@ class CanvasNode:
|
|||
dialog.show()
|
||||
|
||||
def show_services(self):
|
||||
dialog = NodeServiceDialog(self.app.master, self.app, self)
|
||||
dialog = NodeServiceDialog(self.app, self.app, self)
|
||||
dialog.show()
|
||||
|
||||
def show_config_services(self):
|
||||
dialog = NodeConfigServiceDialog(self.app.master, self.app, self)
|
||||
dialog = NodeConfigServiceDialog(self.app, self.app, self)
|
||||
dialog.show()
|
||||
|
||||
def has_emane_link(self, interface_id: int) -> core_pb2.Node:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue