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

@@ -19,7 +19,7 @@ class ImageView(Gtk.Image):
self.pixbuf = None
self.work_pixbuf = None
self.animation = None
self.fit_to_win = False
self.fit_to_win = True
self._setup_styling()
self._setup_signals()