Refactoring verbiage, preliminary zip scan

This commit is contained in:
2023-04-23 10:57:12 -05:00
parent c4eaa57f57
commit 23c2a99c7d
5 changed files with 22 additions and 16 deletions

View File

@@ -10,9 +10,9 @@ from gi.repository import Gtk
class CoreWidget(Gtk.Box):
class BaseContainer(Gtk.Box):
def __init__(self):
super(CoreWidget, self).__init__()
super(BaseContainer, self).__init__()
self._builder = settings.get_builder()