Makena2016 has asked for the wisdom of the Perl Monks concerning the following question:
If you run the above in a PERL script, the font size for the list of files will be large (Arial 24), but for everything else, it's tiny.my $MainWindow = MainWindow->new; my $fs = $MainWindow->FileSelect(-font => "Arial 24"); $fs->Show; MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Set Directory Font in FileSelect
by beech (Parson) on Apr 15, 2016 at 23:27 UTC | |
|
Re: Set Directory Font in FileSelect
by GotToBTru (Prior) on Apr 15, 2016 at 18:20 UTC |