Commit 051dfde
Fix SizedFrame.set_content_padding() to use correct SetSizerProps API
Previous commit incorrectly changed from SetSizerProps to SetSizerProp.
The wxPython API requires border value to be a tuple (directions, amount),
not just an int. Reverted to correct API: SetSizerProps(border=("all", padding))
Fixes TypeError: cannot unpack non-iterable int object
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cbedf50 commit 051dfde
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
1626 | | - | |
| 1626 | + | |
1627 | 1627 | | |
1628 | 1628 | | |
1629 | 1629 | | |
| |||
0 commit comments