We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de142ae commit 9068dd8Copy full SHA for 9068dd8
demo/wordpad.py
@@ -414,7 +414,7 @@ def InitializeComponent(self):
414
self.ShowInTaskbar = False
415
self.StartPosition = WinForms.FormStartPosition.CenterScreen
416
self.Text = "About"
417
- self.ResumeLayout(0)
+ self.ResumeLayout(False)
418
419
def OnClickClose(self, sender, args):
420
self.Close()
0 commit comments