[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help
On Wednesday 29 September 2004 10:59 am, Tarshish, Chaim wrote:
> I'm a novice at this and was wondering if anyone could help. I'm using
> the windows version and would like to make the individual component
> screens smaller so I can get them all up on the screen at the same
> time. Is there a way to do this without changing the resolution of the
> screen?
Other than resizing the windows as small as possible, there is the
mswin_scale parameter in the settings (described in the manual) which
will make things smaller, but that changes the resolution of the fonts
etc. Here's text from an earlier email about how to do this in css:
leabra++> print taMisc::mswin_scale
(c_float) mswin_scale --> 0.85
leabra++> taMisc::mswin_scale = .75;
leabra++> print taMisc::mswin_scale
(c_float) mswin_scale --> 0.75
leabra++> taMisc::SaveConfig();
this will only take effect when you restart the program. I think
smaller #'s = smaller windows.
- Randy
- References:
- Help
- From: "Tarshish, Chaim" <CTarshish@jhha.org>