Skip Menu |

This queue is for tickets about the Tk-Wizard CPAN distribution.

Report information
The Basics
Id: 42065
Status: resolved
Worked: 4 min
Priority: 0/
Queue: Tk-Wizard

People
Owner: LGODDARD [...] cpan.org
Requestors: MTHURN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.141
Fixed in: (no value)



Subject: body font of filelist page is too small
On the filelist page, the font used in the body (the "Copying" message and the file name display) is too small (at least on linux). The font should be made to depend on the {defaultFont} value stored in the current Tk::Wizard object
On Wed Dec 31 10:44:36 2008, MTHURN wrote: Show quoted text
> On the filelist page, the font used in the body (the "Copying" message > and the file name display) is too small (at least on linux). The font > should be made to depend on the {defaultFont} value stored in the > current Tk::Wizard object
I have updated Wizard::_text_frame(), and thus Wizard::addTextFramePage, to use $self->{defaultFont}. The only other occurance of our pre-configured SMALL_FONT is Wizard::Installer line 184, which is Wizard::Installer::_page_licence_agreement for Wizard::Installer::addLicencePage(). Release will be in a minute. If this does not address the immediate problem, please re-open this ticket. In time, I would like to expose all fonts for redefinition. Thank you, Lee