From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2004-10-02 15:44:56
|
On Thu, 30 Sep 2004 14:21:29 -0700, Kevin Altis wrote: >Okay, I went ahead and checked in a hack for Windows, which seems to >work, at least for the default control size on my Win2K box. You can >try the change out yourself if you want. Starting on line 472 of >resourceEditor.py in cvs I extended the offset workarounds for Windows >with the elif t == 'Spinner' block. > <SNIP> > elif t == 'Spinner': > # compensate for width of TextCtrl portion of > # compound control - width of arrow buttons > self.startGlobalOffset[0] += target.size[0] - 16 Thanks...added that here and it works a treat. Haven't tried changing font sizes, etc. to see what happens, as mentioned in your previous message. Neil |