Donate Share August 2005: Project of the Month

Gourmet

Tracker: Patches

7 Fix for chopping text in recipeDetailsWindow - ID: 1541735
Last Update: Comment added ( thomas_hinkle )

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!


Shane Hathaway ( hathawsh ) - 2006-08-17 04:25

7

Closed

Accepted

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2006-08-17 11:27
Sender: thomas_hinkleProject Admin

Logged In: YES
user_id=1030390

Thanks for the fix! I've just committed it to CVS and it
will be included in the next release.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

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