[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How can I configure the font size of fxri

shhgs.efhilt@gmail.com

9/7/2006 2:52:00 AM

I downloaded the one-click ruby installer. It's very convenient, but I
find the default font size of fxri is too small for me. I browse the
source, but can not understand it. Can someone tell me where is the
configure file or how to change it's default setting.

Thank you!

1 Answer

M. Pehle

9/7/2006 6:17:00 AM

0

shhgs.efhilt@gmail.com schrieb:
> I downloaded the one-click ruby installer. It's very convenient, but I
> find the default font size of fxri is too small for me. I browse the
> source, but can not understand it. Can someone tell me where is the
> configure file or how to change it's default setting.
>
> Thank you!
>

I have had the same problem an also thought, that the font was too - hm
- blurred? For me it worked to take out the code for setting the font in
the fxri main file. But I modified it with other intention :) So please
don't do so.

You have to modify the file
RUBYDIR/lib/ruby/gems/1.8/gems/fxri-0.3.2/lib/Globals.rb - maybe the
version number of fxri differs. The lines are selfexplaining I think.

Mario