Cleanup and default to scale fit window

This commit is contained in:
2023-04-26 22:00:13 -05:00
parent c11e384925
commit 0259727784
4 changed files with 5 additions and 10 deletions

View File

@@ -42,7 +42,6 @@ class ImageListScroll(Gtk.ScrolledWindow):
self.image_list_widget = ImageList()
self.add(self.image_list_widget)
# TODO: Setup to load range start/end values from settings,
# NOTE: Must align with ImageList start/end limits too
def _update_list_size_constraints(self, size):
self.size = size
@@ -77,4 +76,4 @@ class ImageListScroll(Gtk.ScrolledWindow):
def _unload_image(self, child):
child.hide()
# child.image.clear()
child.is_loaded = False
child.is_loaded = False