def scaleup(self, event):
'''The Treeview widget won't auto-adjust the row height,
so requires manual resetting upon font changing'''
self.font['size']+=1
self.style.configure('SearchBox.Treeview', rowheight=self.font.metrics('linespace')+1)
评论列表
文章目录