From: Robin Dunn Date: Fri, 27 Aug 2004 23:12:24 +0000 (+0000) Subject: more test tweaks X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/644dcd57d6384f5acfdf3a3df0fd785e97607379 more test tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/misc/widgetLayoutTest.cfg b/wxPython/misc/widgetLayoutTest.cfg index 88a859667a..2657286b66 100644 --- a/wxPython/misc/widgetLayoutTest.cfg +++ b/wxPython/misc/widgetLayoutTest.cfg @@ -54,5 +54,6 @@ ['wx.calendar', 'CalendarCtrl', '-1, style=wx.calendar.CAL_SEQUENTIAL_MONTH_SELECTION', ''], ['wx.calendar', 'CalendarCtrl', '-1', 'w.SetFont(wx.Font(12, wx.SWISS, wx.NORMAL, wx.NORMAL))\n'], ['wx.lib.stattext', 'GenStaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'], -['wx.grid', 'Grid', 'size=(200,200)', 'w.CreateGrid(10,5)\n'], +['wx.grid', 'Grid', '', 'w.CreateGrid(5,5)\n'], +['wx.grid', 'Grid', 'size=(400,200)', 'w.CreateGrid(100,50)\n'], ]