added debug signal caller, updated some prints to logger, added settings option for min win size

This commit is contained in:
2023-04-29 09:27:21 -05:00
parent 72b70d28b5
commit f54e767f62
8 changed files with 66 additions and 21 deletions

View File

@@ -9,7 +9,6 @@ from gi.repository import Gtk
class BaseContainer(Gtk.Box):
def __init__(self):
super(BaseContainer, self).__init__()
@@ -41,4 +40,4 @@ class BaseContainer(Gtk.Box):
def _hello_world(self, widget=None, eve=None):
print("Hello, World!")
logger.debug("Hello, World!")