X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46992103a38308dbb87a455e87105ae3fdadedaf..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/demo/StandardPaths.py diff --git a/wxPython/demo/StandardPaths.py b/wxPython/demo/StandardPaths.py index 6502c5c8a9..a90a9b5045 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,7 @@ class TestPanel(wx.Panel): 'GetPluginsDir', 'GetInstallPrefix', 'GetResourcesDir', + 'GetTempDir', ]: makeitem(x)