Setting Statusbar font etc

I have included a status bar in a GUI, and would like to adjust the font, size, etc, of the text it displays. Anyone know how this is done?

Thanks

Dan

Hi Dan,

If you have used TGStatusBar class in your GUI, it uses the default font set in $ROOTSYS/etc/system.rootrc file byGui.StatusFont: -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1 You can change this setting in a .rootrc file located in your home or working directory to the font and size you want to use.

Cheers, Ilka