From: Robin Dunn Date: Wed, 24 Mar 2004 23:06:52 +0000 (+0000) Subject: fixed indentation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/70a4ef826ff45fbf06106ae3b6c3a1263eabfe73?ds=inline fixed indentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/ActiveX_FlashWindow.py b/wxPython/demo/ActiveX_FlashWindow.py index f0cf3db966..3d6a2d0273 100644 --- a/wxPython/demo/ActiveX_FlashWindow.py +++ b/wxPython/demo/ActiveX_FlashWindow.py @@ -29,7 +29,7 @@ class TestPanel(wx.Panel): self.Bind(wx.EVT_BUTTON, self.OnOpenURLButton, btn) btnSizer.Add(btn, proportion=1, flag=wx.EXPAND|wx.ALL, border=5) - btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND) + btnSizer.Add((50,-1), proportion=2, flag=wx.EXPAND) sizer.Add(btnSizer, proportion=0, flag=wx.EXPAND) self.SetSizer(sizer)