The window is too big for you because the canvas (drawing area) has a fixed size of 250x250. With the smart widget, there are 2 canvas so it may indeed be too big for your screen. What I could do is not specify this size and let the canvas expands automatically but then the canvas will probably be rectangles, not squares. In the last commit in the git repo, I added a constant DEFAULT_CANVAS_WIDTH in tegakigtk/recognizer.py. You can edit it by hand for now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The window is too big for you because the canvas (drawing area) has a fixed size of 250x250. With the smart widget, there are 2 canvas so it may indeed be too big for your screen. What I could do is not specify this size and let the canvas expands automatically but then the canvas will probably be rectangles, not squares. In the last commit in the git repo, I added a constant DEFAULT_CANVAS_WIDTH in tegakigtk/recognizer.py. You can edit it by hand for now.