Updating images to correct no longer existing seasrch field
This commit is contained in:
parent
096db2818c
commit
c551c408f4
BIN
images/pic1.png
BIN
images/pic1.png
Binary file not shown.
Before Width: | Height: | Size: 710 KiB After Width: | Height: | Size: 514 KiB |
BIN
images/pic2.png
BIN
images/pic2.png
Binary file not shown.
Before Width: | Height: | Size: 732 KiB After Width: | Height: | Size: 366 KiB |
@ -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)
|
Loading…
Reference in New Issue
Block a user