projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more changes from 2.8.4 added
[wxWidgets.git]
/
wxPython
/
demo
/
Pickers.py
diff --git
a/wxPython/demo/Pickers.py
b/wxPython/demo/Pickers.py
index 434b55ebffd592918f51b97c4610d9b06cb69525..c3de013fd055eb9a59eed86a8831bcbcac504c8f 100644
(file)
--- 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
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
lbl.SetFont(wx.FFont(12, wx.FONTFAMILY_SWISS, wx.FONTFLAG_BOLD))
fgs.Add(lbl)
fgs.Add((10,10)) # spacer