Searched refs:rowheight (Results 1 – 1 of 1) sorted by relevance
2018 rowheight = dict() variable in Timeline2024 def __init__(self, rowheight, scaleheight): argument2025 self.rowH = rowheight2127 rowheight = 12147 if 'devrows' in dev and dev['devrows'] > rowheight:2148 rowheight = dev['devrows']2150 if t not in self.rowlines or t not in self.rowheight:2152 self.rowheight[t] = dict()2153 if p not in self.rowlines[t] or p not in self.rowheight[t]:2155 self.rowheight[t][p] = dict()[all …]