We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f20a8 commit e4b0efbCopy full SHA for e4b0efb
SparkFunKiCadPanelizer/dialog/dialog.py
@@ -52,7 +52,7 @@ def __init__(self, parent, config, layertable, ordering, panelizer, func):
52
53
self.panel = DialogPanel(self, config, layertable, ordering, panelizer, func)
54
55
- best_size = self.BestSize
+ best_size = self.panel.BestSize
56
# hack for some gtk themes that incorrectly calculate best size
57
best_size.IncBy(dx=0, dy=30)
58
self.SetClientSize(best_size)
0 commit comments