Refactored buttons and call structures

This commit is contained in:
2024-09-07 16:46:57 -05:00
parent b7bac2d5ae
commit 63eec6f1af
7 changed files with 139 additions and 132 deletions

View File

@@ -21,7 +21,7 @@ class CenterContainer(Gtk.Box):
self._subscribe_to_events()
self._load_widgets()
self.show_all()
self.show()
def _setup_styling(self):