Set base directory for images in help browser
This commit is contained in:
parent
dfdcb4b60a
commit
83178e7e24
@ -136,6 +136,7 @@ You can also <link target=\"special:contents\">check the Table of Contents</link
|
||||
if not self.tr:
|
||||
self.tr = text_region.TextRegion(pad,0,surface.get_width()-pad*2,surface.get_height())
|
||||
self.tr.set_line_height(18)
|
||||
self.tr.base_dir = '/usr/share/help/'
|
||||
self.tr.set_richtext(self.get_help_text())
|
||||
elif self.size_changed:
|
||||
self.size_changed = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user