Look at the left edge of the “Welcome to Gramps!” Gramplet. The underlined of the hotlinked lines runs right into the left edge of the window. The text is only slightly better with a single pixel of kerning space. There are no vertical gutters. The right edge has a bit worse example with the “it’s” running offscreen.
Having the content text butting right against the edge gives an amateurish false impression.
What Python lines need to be hacked in to add a few gutter pixels between the left & right borders & the text?
Since it is likely that the Textview pane for all gramplets won’t want to have side margins, is it better to insert margin definitions in each individual gramplet instead of wholesale in the grampletpane.glade file? Or, is it more reasonable to expect margins and override them when not needed?
(The Dashboard and the split bars seem to have different Glade definitions, right? To avoid a exception, the default margins for text panes in both will probably need to be harmonized.)