made default hiding transparency controls easier with restructured show calls

This commit is contained in:
2024-08-31 22:27:11 -05:00
parent 25b6b5305b
commit e2e9dc8c1f
6 changed files with 14 additions and 5 deletions

View File

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