Updating images to correct no longer existing seasrch field

This commit is contained in:
itdominator 2025-07-07 23:30:59 -05:00
parent 096db2818c
commit c551c408f4
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 KiB

After

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 732 KiB

After

Width:  |  Height:  |  Size: 366 KiB

View File

@ -100,4 +100,4 @@ class ControllerData:
def clear_children(self, widget: type) -> None: def clear_children(self, widget: type) -> None:
''' Clear children of a gtk widget. ''' ''' Clear children of a gtk widget. '''
for child in widget.get_children(): for child in widget.get_children():
widget.remove(child) widget.remove(child)