X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/567a5f982bd737cca7a82d24e08fc6284061a20f..67339f7d9ddfa94e314b71d62b2fed728df334e5:/wxPython/demo/ToolBar.py diff --git a/wxPython/demo/ToolBar.py b/wxPython/demo/ToolBar.py index a72e294eca..025befd145 100644 --- a/wxPython/demo/ToolBar.py +++ b/wxPython/demo/ToolBar.py @@ -7,6 +7,7 @@ TBFLAGS = ( wx.TB_HORIZONTAL | wx.NO_BORDER | wx.TB_FLAT #| wx.TB_TEXT + #| wx.TB_HORZ_LAYOUT ) #---------------------------------------------------------------------------