From 9a45f8a323d8c7951964d06243fd43cb112cf8a4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 13 Jun 2006 18:55:07 +0000 Subject: [PATCH] Change header label git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Pickers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/Pickers.py b/wxPython/demo/Pickers.py index 434b55ebff..c3de013fd0 100644 --- a/wxPython/demo/Pickers.py +++ b/wxPython/demo/Pickers.py @@ -20,7 +20,7 @@ class TestPanel(wx.Panel): fgs = wx.FlexGridSizer(cols=4, hgap=5, vgap=5) fgs.AddGrowableCol(3) fgs.Add((10,10)) # spacer - lbl = wx.StaticText(self, -1, "w/o textctrl") + lbl = wx.StaticText(self, -1, "default style") lbl.SetFont(wx.FFont(12, wx.FONTFAMILY_SWISS, wx.FONTFLAG_BOLD)) fgs.Add(lbl) fgs.Add((10,10)) # spacer -- 2.50.0