mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Replace deprecated add_with_viewport()
This commit is contained in:
parent
ec8fe1ac5e
commit
1b242cf330
3 changed files with 3 additions and 3 deletions
|
|
@ -956,7 +956,7 @@ class ScanResultNotebook(HIGNotebook):
|
|||
self.topology_page.add(self.topology)
|
||||
self.scans_list_page.add(self.scans_list)
|
||||
|
||||
self.host_details_page.add_with_viewport(self.host_details_vbox)
|
||||
self.host_details_page.add(self.host_details_vbox)
|
||||
self.host_details_vbox._pack_expand_fill(self.host_details)
|
||||
|
||||
def _scan_row_activated(self, treeview, path, view_column):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue