My wife loves Gourmet. It's the best recipe program
she has used yet.
She's been bugged by a recipe card display problem,
however. The text in the left pane usually gets cut
off slightly on the right edge. Apparently, the
viewport is a little too wide.
I dug in and discovered that if I change the constant
in flow_my_text_on_allocate() from 0.75 to 0.5, the
problem disappears. Old line:
widg_width = int(xsize * 0.75)
New line:
widg_width = int(xsize * 0.5)
I hope you will include this change in the next
release. Keep up the good work!
Nobody/Anonymous
None
None
Public
|
Date: 2006-08-17 11:27 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2006-08-17 11:27 | thomas_hinkle |
| resolution_id | None | 2006-08-17 11:27 | thomas_hinkle |
| close_date | - | 2006-08-17 11:27 | thomas_hinkle |
| priority | 5 | 2006-08-17 04:25 | hathawsh |