luzfcb / tintwizard

Automatically exported from code.google.com/p/tintwizard
2 stars 0 forks source link

Clock format string text entry boxes don't allow enough characters to be entered. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run tintwizard
2. Try to enter "%a %e %b, %l:%M %p" for the clock1 format.
3. The text box does not allow me to enter the entire string.  It
apparently has too small of a limit set even though tint2 will allow such a
format string.

What is the expected output? What do you see instead?
I expect to be able to enter the entire the entire format string.

What version of the product are you using? On what operating system?
0.1.3 on Gentoo Linux

Please provide any additional information below.

Of course the workaround was to simply edit the tint2rc file directly after
saving it with tintwizard.

I'll take a look at the code and see about changing the limits.  I'll
submit a patch if it appears to be non-trivial to fix.

Original issue reported on code.google.com by eat31415...@aim.com on 23 Jun 2009 at 12:00

GoogleCodeExporter commented 9 years ago
Thanks for filing the bug report!

There was a character limit on the entry field, which I've increased. I've 
uploaded
version 0.1.3b which provides a fix for this. The limit is now 50 characters; I 
can't
imagine anyone wishing to use a format string any larger than that, but you 
never know =)

Thanks again.

Original comment by eua...@gmail.com on 23 Jun 2009 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by eua...@gmail.com on 24 Jun 2009 at 9:15