X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8d55739f87d26e5cec7ed0566b8f7c9c44a9fa5..3bcdbe527fde583072eefab67de8974c0e17a1e2:/wxPython/misc/widgetLayoutTest.cfg diff --git a/wxPython/misc/widgetLayoutTest.cfg b/wxPython/misc/widgetLayoutTest.cfg index 9a1c4d8d07..c54c93d54c 100644 --- a/wxPython/misc/widgetLayoutTest.cfg +++ b/wxPython/misc/widgetLayoutTest.cfg @@ -10,7 +10,7 @@ ['wx', 'BitmapButton', '-1, wx.Bitmap("image.png")'], ['wx', 'StaticBitmap', '-1, wx.Bitmap("image.png")'], ['wx.calendar', 'CalendarCtrl', '-1'], -['wx', 'CheckListBox', '-1, choices="one two three four five six seven eight".split()'], +['wx', 'CheckListBox', '-1, size=(100,-1), choices="one two three four five six seven eight".split()'], ['wx', 'Choice', '-1, choices="one two three four five six seven eight".split()'], ['wx', 'ComboBox', '-1, choices="one two three four five six seven eight".split(), value="default"'], ['wx', 'Gauge', '-1, 100'],