added background fill; added info load per image

This commit is contained in:
2023-09-24 16:39:18 -05:00
parent f10c6d9afd
commit b6d2e9ec54
5 changed files with 27 additions and 3 deletions

View File

@@ -39,8 +39,7 @@ class PathLabel(Gtk.Label):
...
def update_path_label(self, path = None):
if not path:
return
if not path: return
self.set_label(path)
self.set_tooltip_text(path)