toolbar height question

I have a toolbar that contains a StaticText and a TextCtrl, both of pointSize 16. The letters i and j look the same (as well as v and y ) in the TextCtrl because the bottom of the letters are being chopped off. Is there anyway that I can change the height of the toolbar? I tried SetSize() and then Realize(), but this did not change anything.

Thanks,
-John

···

_________________________________________________________________
Check out Election 2004 for up-to-date election news, plus voter tools and more! http://special.msn.com/msn/election2004.armx

John Taylor wrote:

I have a toolbar that contains a StaticText and a TextCtrl, both of pointSize 16. The letters i and j look the same (as well as v and y ) in the TextCtrl because the bottom of the letters are being chopped off. Is there anyway that I can change the height of the toolbar? I tried SetSize() and then Realize(), but this did not change anything.

try:

wx.ToolBar.SetToolBitmapSize()

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov