diff --git a/tools/common/thumbnails.py b/tools/common/thumbnails.py index 2bb6bfc..be0db4f 100644 --- a/tools/common/thumbnails.py +++ b/tools/common/thumbnails.py @@ -61,7 +61,7 @@ for input_file in input_files: xml_convert += u"" xml_convert += u"false" if ((0 != th_width) and (0 != th_height)): - xml_convert += u"0" + xml_convert += u"16" xml_convert += (u"" + str(th_width) + u"") xml_convert += (u"" + str(th_height) + u"") xml_convert += u""