X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46992103a38308dbb87a455e87105ae3fdadedaf..c58ba15f083aa287c17fe40501f0a53b16cf685a:/wxPython/demo/StandardPaths.py diff --git a/wxPython/demo/StandardPaths.py b/wxPython/demo/StandardPaths.py index 6502c5c8a9..11491eb126 100644 --- a/wxPython/demo/StandardPaths.py +++ b/wxPython/demo/StandardPaths.py @@ -8,7 +8,7 @@ class TestPanel(wx.Panel): self.log = log wx.Panel.__init__(self, parent, -1) - sizer = wx.FlexGridSizer(0, 3, 2, 2) + sizer = wx.FlexGridSizer(0, 3, 5, 5) box = wx.BoxSizer(wx.VERTICAL) fs = self.GetFont().GetPointSize() bf = wx.Font(fs+4, wx.SWISS, wx.NORMAL, wx.BOLD) @@ -54,6 +54,8 @@ class TestPanel(wx.Panel): 'GetPluginsDir', 'GetInstallPrefix', 'GetResourcesDir', + 'GetTempDir', + 'GetExecutablePath', ]: makeitem(x)